Function citro3d_sys::Mtx_RotateX
source · pub unsafe extern "C" fn Mtx_RotateX(
mtx: *mut C3D_Mtx,
angle: f32,
bRightSide: bool
)
Expand description
3D Rotation about the X axis
§Arguments
mtx
(direction in, out) - Matrix to rotateangle
(direction in) - Radians to rotatebRightSide
(direction in) - Whether to transform from the right side