WXP::Rect Class Reference
This structure defines rectangle coordinates.
More...
#include "../include/Rect.h"
List of all members.
Public Member Functions |
|
int | init () |
|
| Rect (float x1, float y1, float x2, float y2) |
|
int | set (float x1, float y1, float x2, float y2) |
|
float | getXMin () |
|
float | getXMax () |
|
float | getYMin () |
|
float | getYMax () |
|
int | print () |
Public Attributes |
|
float | xmin |
|
float | ymin |
|
float | xmax |
|
float | ymax |
Detailed Description
This structure defines rectangle coordinates.
- Author:
- Dan Vietor
The documentation for this class was generated from the following files: