Zap::Rect struct Reference
Zap::Rect Struct Reference
#include <point.h>
Constructor & Destructor Documentation
Zap::Rect::Rect |
( |
|
) |
[inline] |
|
Member Function Documentation
Point Zap::Rect::getCenter |
( |
|
) |
[inline] |
|
void Zap::Rect::set |
( |
Point |
p1, |
|
|
Point |
p2 |
|
) |
[inline] |
|
bool Zap::Rect::contains |
( |
const Point & |
p |
) |
[inline] |
|
void Zap::Rect::unionPoint |
( |
const Point & |
p |
) |
[inline] |
|
void Zap::Rect::unionRect |
( |
const Rect & |
r |
) |
[inline] |
|
bool Zap::Rect::intersects |
( |
const Rect & |
r |
) |
[inline] |
|
void Zap::Rect::expand |
( |
Point |
delta |
) |
[inline] |
|
Point Zap::Rect::getExtents |
( |
|
) |
[inline] |
|
Field Documentation