Function vecmath::vec3_sub [] [src]

pub fn vec3_sub<T: Float>(a: Vector3<T>, b: Vector3<T>) -> Vector3<T>

Subtracts 'b' from 'a'.