[][src]Function skeletal_animation::math::mat3x4_transposed

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

Constructs the transpose of a matrix.