[][src]Function skeletal_animation::math::mat3x4_add

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

Adds two matrices.