Whether this Rect contains a Vector2 point or not
bool containsPoint(Vector2 point) => contains(point.toOffset());