Function citro3d_sys::Mtx_Transpose

source ·
pub unsafe extern "C" fn Mtx_Transpose(out: *mut C3D_Mtx)
Expand description

Transposes the matrix. Row => Column, and vice versa.

§Arguments

  • out (direction in, out) - Output matrix.