Function vecmath::mat3_sub [] [src]

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

Subtracts 'b' from 'a'.