Function vecmath::mat3x4_sub [] [src]

pub fn mat3x4_sub<T: Float + Copy>(a: Matrix3x4<T>, b: Matrix3x4<T>) -> Matrix3x4<T>

Subtracts 'b' from 'a'.