[][src]Function skeletal_animation::math::mat2x3_add

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

Adds two matrices.