Function 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.