Function vecmath::vec4_neg [] [src]

pub fn vec4_neg<T>(a: Vector4<T>) -> Vector4<T> where
    T: Copy + Neg<Output = T>, 

Negates the vector.