[][src]Function skeletal_animation::math::mat4x3_transposed

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

Constructs the transpose of a matrix.