Houdini 20.5 Nodes APEX nodes

Matrix4ToVector4

Extracts the row vectors from a Matrix4.

On this page
Since 20.0

Extracts the row vectors from matrix m.

Inputs

m: Matrix4

The input matrix in row major order.

Outputs

row1: Vector4

The first row of matrix m.

row2: Vector4

The second row of matrix m.

row3: Vector4

The third row of matrix m.

row4: Vector4

The fourth row of matrix m.

See also

APEX nodes