Function vecmath::mat3x2_sub [] [src]

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

Subtracts 'b' from 'a'.