[]Function rusty_engine::prelude::glm::transpose

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

The transpose of the matrix m.