nukescripts.rotate_matrix_xyz
- nukescripts.rotate_matrix_xyz(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:
- Returns:
The rotate matrix.