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 rotateaxis
(direction in) - Axis about which to rotateangle
(direction in) - Radians to rotatebRightSide
(direction in) - Whether to transform from the right side