Houdini 20.5 Nodes APEX nodes

Vector4ToMatrix4

Constructs a Matrix4 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 matrix m.

row2: Vector4

A vector representing the second row of matrix m.

row3: Vector4

A vector representing the third row of matrix m.

row4: Vector4

A vector representing the fourth row of matrix m.

Outputs

m: Matrix4

The constructed matrix in row major order.

See also

APEX nodes