Fake class which should be extended to avoid inheriting static properties
Class for representing rectangular regions.
Top.
Bottom.
Left.
Right.
Tests whether this rectangle contains a x/y coordinate.
The x coordinate to test for containment.
The y coordinate to test for containment.
Whether this rectangle contains given coordinate.
Tests whether this rectangle intersects the provided rectangle. Assumes that the coordinate system increases going down and left.
The other rectangle to check for intersection with.
Whether this rectangle intersects the provided rectangle.
Fake class which should be extended to avoid inheriting static properties