Distortion, scaling, or rotation of image sections in 2D or 3D space — keystone correction, warping, morphing. Standard in compositing and motion graphics.
In the compositing workflow, you need it daily: the ability to spatially deform footage without destroying quality. A geometric transformation operates at the pixel or vertex level and allows you to scale, rotate, move, or radically distort image sections – depending on what the scene requires.
The most common applications arise in matchmoving or perspective correction. Do you have a shot where the camera filmed a sign at an angle? This is called keystone correction – an affine transformation that independently moves the four corners of a rectangle to neutralize the perspective. In practice, you work with corner pin tools in Nuke, After Effects, or Fusion. This is one of the first operations performed after importing raw data, as downstream effects would otherwise be based on incorrect spatial assumptions.
It gets more complex with warping – here you don't just deform the corners, but manipulate the entire surface using control points or mesh deformation. You need this when a character's face in a 2D shot needs to be subtly aged or deformed, or when you need to match a window reflection to the geometry of a CG surface. Morphing – the smooth transition between two geometric states – is technically the same principle, just time-interpolated.
In a 3D context (motion graphics, VFX finishing), you work with matrix transformations: position, rotation, scaling, shear. Most DCC programs apply these hierarchically – a child object inherits the transformation of its parent. This is essential for rigging and setting up complex animation hierarchies.
Technically, you should know: linear interpolation between two transformations is fast but produces visible artifacts (Gimbal Lock with rotations). Slerp (spherical linear interpolation) with quaternions is the industry standard. For pixel-based warps, you need sufficient sampling quality, otherwise the material will flicker in animation – especially critical with high-frequency details like textile structures or hair.
An important note: Geometric transformations are destructive when applied directly to the original material. Professional workflows work non-destructively – transformations are node-based and adjustable at any time. This saves you time if the client wants something moved in the final version after all.