Function vecmath::mat2x3_add [] [src]

pub fn mat2x3_add<T>(a: Matrix2x3<T>, b: Matrix2x3<T>) -> Matrix2x3<T> where T: Copy + Add<T, Output=T>

Adds two matrices.