operator unary- method

Vector4 operator unary- ()

Negate.

Implementation

Vector4 operator -() => clone()..negate();