[][src]Function skeletal_animation::math::mat3x2_add

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

Adds two matrices.