Function citro3d_sys::Mtx_Rotate

source ·
pub unsafe extern "C" fn Mtx_Rotate(
    mtx: *mut C3D_Mtx,
    axis: C3D_FVec,
    angle: f32,
    bRightSide: bool
)
Expand description

3D Rotation

§Arguments

  • mtx (direction in, out) - Matrix to rotate
  • axis (direction in) - Axis about which to rotate
  • angle (direction in) - Radians to rotate
  • bRightSide (direction in) - Whether to transform from the right side