[][src]Function skeletal_animation::math::col_mat3x2_mul

pub fn col_mat3x2_mul<T>(a: [[T; 2]; 3], b: [[T; 2]; 3]) -> [[T; 2]; 3] where
    T: Copy + Add<T, Output = T> + Mul<T, Output = T>, 

Multiplies two matrices.