[][src]Function skeletal_animation::math::mat3_transposed

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

Constructs the transpose of a matrix.