Returns this offset incremented by the provided other offset.
other
Offset operator +(Offset other) { return Offset(x + other.x, y + other.y); }