Function nalgebra_glm::transpose

source ·
pub fn transpose<T: Scalar, const R: usize, const C: usize>(
    x: &TMat<T, R, C>
) -> TMat<T, C, R>
Expand description

The transpose of the matrix m.