A rectangle object. More...
#include <geometry.h>
Public Attributes | |
| int | ulx |
| the x value of the rectangle's upper left More... | |
| int | uly |
| the y value of the rectangle's upper left More... | |
| int | width |
| the width of the rectangle More... | |
| int | height |
| the height of the rectangle More... | |
A rectangle object.
| int rectangle::height |
the height of the rectangle
| int rectangle::ulx |
the x value of the rectangle's upper left
| int rectangle::uly |
the y value of the rectangle's upper left
| int rectangle::width |
the width of the rectangle