Houdini 20.0 Nodes APEX Nodes

Matrix4ToVector4

Extracts the row vectors from the matrix m.

On this page
Since 20.0

Inputs

m: Matrix4

The input Matrix4 in row major order.

Outputs

row1: Vector4

A Vector3 consisting of the first row of the matrix m.

row2: Vector4

A Vector3 consisting of the second row of the matrix m.

row3: Vector4

A Vector3 consisting of the third row of the matrix m.

row4: Vector4

A Vector3 consisting of the fourth row of the matrix m.

See also

APEX Nodes