Appearance
SRT Transform
The SRT Transform (Scale-Rotate-Translate) node produces an Affine Transform value representing a transformation that combines: a scale transform, followed by a rotation and a translation, in that order.

Inputs and Outputs
Inputs:
Scale: a Vector 2 value, representing the scaling amount in the x (horizontal) and y (vertical) axes.Angle: a Float value, representing the angle of the rotation.Translation: a Vector 2 value, representing how much the transform's translation will be.
Outputs:
Output: an Affine Transform value.
Example
Here is a small example of using this node to scale/rotate/translate an image of a red triangle placed on top of a photograph:
