operator unary- method

Vector2 operator unary-()

Implementation

Vector2 operator -() => Vector2(-x, -y);