[][src]Function skeletal_animation::math::col_mat4_mul

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

Multiplies two matrices.