nukescripts.rotateMatrixXYZ

nukescripts.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.