nukescripts.rotateMatrixZXY

nukescripts.rotateMatrixZXY(rotations)[source]

Generates a rotation ZXY 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.