Function vecmath::mat2x3_sub [] [src]

pub fn mat2x3_sub<T: Float + Copy>(a: Matrix2x3<T>, b: Matrix2x3<T>) -> Matrix2x3<T>

Subtracts 'b' from 'a'.