Houdini 20.5 Nodes APEX nodes

Matrix3ToVector3

Extracts the row vectors from a Matrix3.

On this page
Since 20.0

Extracts the row vectors from matrix m.

Inputs

m: Matrix3

The input matrix in row major order.

Outputs

row1: Vector3

The first row of matrix m.

row2: Vector3

The second row of matrix m.

row3: Vector3

The third row of matrix m.

See also

APEX nodes