brw1
rect_t Struct Reference
type that manages rectangles, which are pairs of points. More...
#include <DisplayDefs.h>
Data Fields | |
point_t | p1 |
p1 defines one point on the rectangle | |
point_t | p2 |
p2 defines the opposite point on the rectangle |
Detailed Description
type that manages rectangles, which are pairs of points.
It is recommended that p1 contains the top-left point and p2 contains the bottom-right point, even though eventually this should not matter.
Definition at line 45 of file DisplayDefs.h.
Field Documentation
p1 defines one point on the rectangle
Definition at line 47 of file DisplayDefs.h.
p2 defines the opposite point on the rectangle
Definition at line 48 of file DisplayDefs.h.
Generated on Fri Jul 15 2022 05:44:42 by 1.7.2