[][src]Function skeletal_animation::math::mat4x3_add

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

Adds two matrices.