pub unsafe extern "C" fn Mtx_RotateZ(
mtx: *mut C3D_Mtx,
angle: f32,
bRightSide: bool,
)Expand description
3D Rotation about the Z axis
ยงArguments
mtx(direction in, out) - Matrix to rotateangle(direction in) - Radians to rotatebRightSide(direction in) - Whether to transform from the right side