operator unary- method

Vector2 operator unary-()

Negate.

Implementation

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