Houdini 20.0 Nodes APEX Nodes

Vector3ToMatrix3

Constructs a matrix from the input row vectors.

On this page
Since 20.0

Constructs the matrix m from the row vectors row1, row2, and row3.

Inputs

row1: Vector3

A vector representing the first row of the matrix m.

row2: Vector3

A vector representing the second row of the matrix m.

row3: Vector3

A vector representing the third row of the matrix m.

Outputs

m: Matrix3

The constructed matrix in row major order.

See also

APEX Nodes