[][src]Function skeletal_animation::math::col_mat4x3_mul

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

Multiplies two matrices.