[][src]Function nalgebra_glm::transpose

pub fn transpose<N: Scalar, R: Dimension, C: Dimension>(
    x: &TMat<N, R, C>
) -> TMat<N, C, R> where
    DefaultAllocator: Alloc<N, R, C>, 

The transpose of the matrix m.