Compose Matrix
Compose Matrix
Section titled “Compose Matrix” Category Matrix
Is Pair Node: No
Creates a matrix out of the individual components and concatenates it with the input matrix if provided.
Inputs
Section titled “Inputs” Input Matrix
Section titled “ Input Matrix ” Type: Matrix3x3
Default: Identity
Matrix to concatenate with
Translate X
Section titled “ Translate X ” Type: Double
Default: 0
Horizontal offset of the matrix (M13)
Translate Y
Section titled “ Translate Y ” Type: Double
Default: 0
Vertical offset of the matrix (M23)
Perspective 0
Section titled “ Perspective 0 ” Type: Double
Default: 0
First perspective component of the matrix (M31)
Perspective 1
Section titled “ Perspective 1 ” Type: Double
Default: 0
Second perspective component of the matrix (M32)
Perspective 2
Section titled “ Perspective 2 ” Type: Double
Default: 1
Third perspective component of the matrix (M33)
Outputs
Section titled “Outputs” Matrix
Section titled “ Matrix ” Type: Matrix3x3
Default: Identity
Composed matrix out of values with concatenated input matrix.