nukescripts.snap3d.rotateMatrixXYZ

nukescripts.snap3d.rotateMatrixXYZ(rotations)[source]

Generates a rotation XYZ matrix from the input vector.

Parameters:

rotations (_nukemath.Vector3) – Vector that will be used generate the rotate matrix.

Return type:

Matrix4

Returns:

The rotate matrix.