Function vecmath::vec4_sub [] [src]

pub fn vec4_sub<T: Float>(a: Vector4<T>, b: Vector4<T>) -> Vector4<T>

Subtracts 'b' from 'a'.