Add other to this point (vector addition).
other
Point operator +(Point other) => Point(x + other.x, y + other.y);