Function vecmath::vec3_neg [] [src]

pub fn vec3_neg<T>(a: Vector3<T>) -> Vector3<T> where T: Copy + Neg<Output=T>

Negates the vector.