Function Quat_RotateZ
Source pub unsafe extern "C" fn Quat_RotateZ(
q: C3D_FQuat,
r: f32,
bRightSide: bool,
) -> C3D_FQuat
Expand description
3D Rotation about the Z axis
§Arguments
q
(direction in) - Quaternion to rotate
r
(direction in) - Radians to rotate
bRightSide
(direction in) - Whether to transform from the right side
§Returns
Rotated Quaternion