InvTransform2

InvTransform2

Function. Applies an inverted 2D affine transformation to a point.

The inverse transformation is applied in reverse order: inverted translation, then inverted rotation, then inverted scale. The property values are specified as non-inverted — the block handles the inversion internally.

This is the inverse operation of Transform2. Applying Transform2 followed by InvTransform2 with the same parameters returns the original point.

Properties & inputs:

  • Translation (input | property): Translation offset (not inverted).
  • Rotation (input | property): Rotation angle in degrees (not inverted).
  • Scale (input | property): Scale factor (not inverted).

Output:

  • Inversely transformed 2D point.