#include <Geometry.h>
List of all members.
Static Public Member Functions |
static const char * | TYPENAME () |
Public Attributes |
int | x |
int | y |
int | w |
int | h |
Detailed Description
Definition at line 35 of file Geometry.h.
Constructor & Destructor Documentation
Rect::Rect |
( |
int |
ix, |
|
|
int |
iy, |
|
|
int |
iw, |
|
|
int |
ih |
|
) |
| |
|
inline |
Member Function Documentation
int Rect::Contains |
( |
int |
x, |
|
|
int |
y |
|
) |
| const |
void Rect::Deflate |
( |
int |
dw, |
|
|
int |
dh |
|
) |
| |
void Rect::Inflate |
( |
int |
dw, |
|
|
int |
dh |
|
) |
| |
void Rect::Inset |
( |
int |
left, |
|
|
int |
right, |
|
|
int |
top, |
|
|
int |
bottom |
|
) |
| |
int Rect::operator!= |
( |
const Rect & |
r | ) |
const |
|
inline |
int Rect::operator== |
( |
const Rect & |
r | ) |
const |
|
inline |
static const char* Rect::TYPENAME |
( |
| ) |
|
|
inlinestatic |
Member Data Documentation
The documentation for this struct was generated from the following files: