[][src]Function skeletal_animation::math::mat4_transposed

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

Constructs the transpose of a matrix.