nukescripts.geomath

Functions

get_prim_world_rotation_zxy

Get xyz rotation angles in radians for the prim in world space assuming zxy rotation order

get_world_point_on_bbox

Return points inside or on the bounding box of a prim in world space

plane_rotation

Calculate the rotations around the X, Y and Z axes in radians that will align a plane perpendicular to the Z axis with the given triangle.

rotate_matrix_xyz

Generates a rotation XYZ matrix from the input vector.

rotate_matrix_zxy

Generates a rotation ZXY matrix from the input vector.

scaling_matrix

Generates a scaling matrix from the input vector.

translate_matrix

Generates a translation matrix from the input vector.

transpose_matrix3

Transpose Matrix3 in place