[][src]Function skeletal_animation::math::mat2x3_transposed

pub fn mat2x3_transposed<T>(a: [[T; 3]; 2]) -> [[T; 2]; 3] where
    T: Copy

Constructs the transpose of a matrix.