[][src]Function skeletal_animation::math::mat3_cast

pub fn mat3_cast<T, U>(mat: [[T; 3]; 3]) -> [[U; 3]; 3] where
    T: Copy + Cast<U>, 

Converts to another matrix type.