Houdini 20.0 Nodes APEX Nodes

Matrix3ToVector3

Extracts the row vectors from the matrix m.

On this page
Since 20.0

Inputs

m: Matrix3

The matrix used for the extraction (row major order).

Outputs

row1: Vector3

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

row2: Vector3

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

row3: Vector3

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

See also

APEX Nodes