Houdini 20.0 Nodes APEX Nodes

Vector4ToMatrix4

Constructs a matrix from the input row vectors.

On this page
Since 20.0

Constructs the matrix m from the row vectors row1, row2, row3, and row4.

Inputs

row1: Vector4

A vector representing the first row of the matrix m.

row2: Vector4

A vector representing the second row of the matrix m.

row3: Vector4

A vector representing the third row of the matrix m.

row4: Vector4

A vector representing the fourth row of the matrix m.

Outputs

m: Matrix4

The constructed matrix in row major order.

See also

APEX Nodes