[][src]Function skeletal_animation::math::mat4x3_cast

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

Converts to another matrix type.