negate method

Vector4D negate()

Implementation

Vector4D negate() => .vec4(-x, -y, -z, -w);