[][src]Function skeletal_animation::math::mat4_cast

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

Converts to another matrix type.