[][src]Function skeletal_animation::math::row_mat3_mul

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

Multiplies two matrices.