Returns the negation of this Vector2 instance, changing (x, y) to (-x, -y).
A new Vector2 instance with components (-x, -y).