ComposeTRS
Matrix
The Compose TRS node takes in a position, rotation, and scale, then returns the composed matrix table value containing all the provided data.
Inputs
Position (Pseudo-Generic)
The position value.
Rotation (Pseudo-Generic)
The rotation value.
Scale (Pseudo-Generic)
The scale value.
Outputs
* (Pseudo-Generic)
Returns the composed TRS 4x4 matrix.
Further Reading
Videos
See Also
- Wikipedia's definition of a matrix & transformation matrix.