pub fn mat3x2_transposed<T>(a: [[T; 2]; 3]) -> [[T; 3]; 2]where
    T: Copy,
Expand description

Constructs the transpose of a matrix.