GClasses
|
Represents a rectangular region with floats.
#include <GRect.h>
Public Member Functions | |
GFloatRect () | |
GFloatRect (float _x, float _y, float _w, float _h) | |
bool | doesInclude (float _x, float _y) |
Returns true iff this rect includes the specified point. More... | |
void | set (float _x, float _y, float _w, float _h) |
Sets all 4 values in this rect. More... | |
Public Attributes | |
float | h |
float | w |
float | x |
float | y |
|
inline |
|
inline |
|
inline |
Returns true iff this rect includes the specified point.
|
inline |
Sets all 4 values in this rect.
float GClasses::GFloatRect::h |
float GClasses::GFloatRect::w |
float GClasses::GFloatRect::x |
float GClasses::GFloatRect::y |