[][src]Function skeletal_animation::math::mat3x4_cast

pub fn mat3x4_cast<T, U>(m: [[T; 4]; 3]) -> [[U; 4]; 3] where
    T: Copy + Cast<U>, 

Converts to another matrix type.