Function vecmath::mat4_sub [] [src]

pub fn mat4_sub<T: Float + Copy>(a: Matrix4<T>, b: Matrix4<T>) -> Matrix4<T>

Subtracts 'b' from 'a'.