Function vecmath::mat3_add
[−]
[src]
pub fn mat3_add<T>(a: Matrix3<T>, b: Matrix3<T>) -> Matrix3<T> where T: Copy + Add<T, Output=T>
Adds two matrices.