Function vecmath::mat4_sub [−][src]
pub fn mat4_sub<T>(a: Matrix4<T>, b: Matrix4<T>) -> Matrix4<T> where
T: Copy + Sub<T, Output = T>,
Subtracts ‘b’ from ‘a’.
pub fn mat4_sub<T>(a: Matrix4<T>, b: Matrix4<T>) -> Matrix4<T> where
T: Copy + Sub<T, Output = T>,
Subtracts ‘b’ from ‘a’.