#include <gelRect.h>
List of all members.
Constructor & Destructor Documentation
gel::GelRectf::GelRectf |
( |
| ) |
[inline] |
Default constructor.
Assigns zero to all data members.
gel::GelRectf::GelRectf |
( |
float |
_left, |
|
|
float |
_top, |
|
|
float |
_width, |
|
|
float |
_height |
|
) |
| |
GelRectf constructor.
- Parameters:
-
_left | : X origin. |
_top | : Y origin. |
_width | : Width. |
_height | : Height. |
Member Function Documentation
void gel::GelRectf::set |
( |
float |
_left, |
|
|
float |
_top, |
|
|
float |
_width, |
|
|
float |
_height |
|
) |
| |
Sets the rect size.
- Parameters:
-
_left | : X origin. |
_top | : Y origin. |
_width | : Width. |
_height | : Height. |
bool gel::GelRectf::operator== |
( |
const GelRectf & |
r | ) |
const [inline] |
bool gel::GelRectf::operator!= |
( |
const GelRectf & |
r | ) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: