Public Member Functions | |
| HRect (REAL l, REAL t, REAL r, REAL b) | |
| HRect (const Point2D &A, const Point2D &B) | |
| REAL | GetWidth () const |
| REAL | GetHeight () const |
| bool | IsContained (const Point2D &APoint2D) |
| bool | IsContained (const HRect &HRect) |
| void | Scale (REAL factor) |
| void | Move (const Point2D &Vector) |
| Point2D | GetCenter () const |
Public Attributes | |
| REAL | left |
| REAL | top |
| REAL | right |
| REAL | bottom |
1.6.1