Transform 2D
A node that applies an affine transformation to a 2d input.
Parameter Types
Parameter descriptions
InThe vector to transform. This node appends an addtional component onto the
Invector with a value of1.0to make the vector match the dimensions of theMatmatrix. When transformation is complete, this additional component clears.RotationThe degrees of counter-clockwise rotation to apply to the input.
ScaleThe scale to apply to the input. This parameter stretches the input by the given magnitude.
TranslationThe translation to apply to the input. A translation moves the input in the given directions.
Discussion
The Transform 2D node takes a 2D vector as an input, applies the given rotation, scale, and translation, then outputs the transformed vector.