A rectangle list structure, used to represent a set of planar rectangles. More...
#include "planerects.h"
Data Fields | |
| int32 | y2 |
| Normalized exclusive rectangle corners. | |
| struct rectlist_t * | next |
| The next rectangle in the list. | |
A rectangle list structure, used to represent a set of planar rectangles.
Rectangles are stored as normalised exclusive coordinates with x1 < x2 and y1 < y2. The (x1,y1) point is inside the rectangle, the (x2,y2) point is just outside of the rectangle.