Point operator unary-()

Unary negation operator. Returns a point with the coordinates negated.

Source

Point operator -() => new Point(-x, -y);