Rect

Rectangle

       ^
top    |   +--------+
       |   |        |
bottom |   +--------+
       +-------------->
          left     right

Members

Variables

bottom
float bottom;

The y-coordinates of bottom left corner

left
float left;

The x-coordinates of bottom left corner

right
float right;

The x-coordinates of top right corner

top
float top;

The y-coordinates of top right corner

Meta