Function glm::builtin::transpose
[−]
[src]
pub fn transpose<T: BaseFloat, C: GenFloatVec<T>, M: GenMat<T, C>>(
m: &M
) -> M::Transpose
Returns a matrix that is the transpose of m
.
The input matrix m
is not modified.