Function vecmath::mat3x2_add [] [src]

pub fn mat3x2_add<T: Float + Copy>(a: Matrix3x2<T>, b: Matrix3x2<T>) -> Matrix3x2<T>

Adds two matrices.