Skip to content

Compose Matrix

Compose Matrix
Matrix
Input Matrix
Identity
Scale X
1
Scale Y
1
Skew X
0
Skew Y
0
Translate X
0
Translate Y
0
Perspective 0
0
Perspective 1
0
Perspective 2
1

Category Matrix
Is Pair Node: No


Creates a matrix out of the individual components and concatenates it with the input matrix if provided.


Type: Matrix3x3
Default: Identity

Matrix to concatenate with

Type: Double
Default: 1

Scale X component of the matrix (M11)

Type: Double
Default: 1

Scale Y component of the matrix (M22)

Type: Double
Default: 0

Skew X component of the matrix (M12)

Type: Double
Default: 0

Skew Y component of the matrix (M21)

Type: Double
Default: 0

Horizontal offset of the matrix (M13)

Type: Double
Default: 0

Vertical offset of the matrix (M23)

Type: Double
Default: 0

First perspective component of the matrix (M31)

Type: Double
Default: 0

Second perspective component of the matrix (M32)

Type: Double
Default: 1

Third perspective component of the matrix (M33)


Type: Matrix3x3
Default: Identity

Composed matrix out of values with concatenated input matrix.