Function vecmath::mat3_add [] [src]

pub fn mat3_add<T: Float + Copy>(a: Matrix3<T>, b: Matrix3<T>) -> Matrix3<T>

Adds two matrices.