[][src]Function skeletal_animation::math::mat3x2_cast

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

Converts to another matrix type.