Function citro3d_sys::Quat_RotateX

source ·
pub unsafe extern "C" fn Quat_RotateX(
    q: C3D_FQuat,
    r: f32,
    bRightSide: bool
) -> C3D_FQuat
Expand description

3D Rotation about the X 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