#include <GOAL_Common.h>
Public Member Functions | |
| GOAL_PRectangle (const AP_Xml &xml) | |
| GOAL_PRectangle (const AP_Sint32 x, const AP_Sint32 y, const AP_Uint32 w, const AP_Uint32 h) | |
| GOAL_PRectangle (void) | |
Data Fields | |
| AP_Float32 | height |
| AP_Float32 | width |
| AP_Float32 | x |
| AP_Float32 | y |
| GOAL_PRectangle | ( | void | ) | [inline] |
| GOAL_PRectangle | ( | const AP_Sint32 | x, | |
| const AP_Sint32 | y, | |||
| const AP_Uint32 | w, | |||
| const AP_Uint32 | h | |||
| ) | [inline] |
| GOAL_PRectangle | ( | const AP_Xml & | xml | ) | [inline] |
| AP_Float32 height |
| AP_Float32 width |
| AP_Float32 x |
| AP_Float32 y |
1.5.8