[][src]Function skeletal_animation::math::mat3x2_transposed

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

Constructs the transpose of a matrix.