vecmath
pub fn vec3_neg<T>(a: Vector3<T>) -> Vector3<T> where T: Copy + Neg<Output=T>
Negates the vector.