[][src]Function skeletal_animation::math::row_mat3x4_mul

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

Multiplies two matrices.