Function mat3_add

Source
pub fn mat3_add<T>(a: Matrix3<T>, b: Matrix3<T>) -> Matrix3<T>
where T: Copy + Add<T, Output = T>,
Expand description

Adds two matrices.