Rect Class Reference
List of all members.
Public Member Functions |
|
| Rect (const float x, const float y, const float w, const float h) |
|
| Rect (const Rect &r) |
|
Rect & | SetXY (const float x, const float y) |
|
Rect & | SetWH (const float w, const float h) |
|
Rect & | operator= (const Rect &r) |
|
Rect & | Clip (const Rect &r) |
|
Rect | GetClipped (const Rect &r) const |
|
bool | Intersects (const Rect &r) const |
|
bool | PointInRect (const float x, const float y) const |
|
float | Left () const |
|
float | Top () const |
|
float | Right () const |
|
float | Bottom () const |
Public Attributes |
|
float | _x |
|
float | _y |
|
float | _w |
|
float | _h |
The documentation for this class was generated from the following file:
- C:/Users/Marc/Desktop/Phystank/trunk/src/util/Rect.h