Function citro3d_sys::Mtx_RotateZ
source · 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