RectI Class Reference#include <mRect.h>
Inheritance diagram for RectI:
[legend]
Constructor & Destructor Documentation
RectI::RectI |
( |
|
) |
[inline] |
RectI::RectI |
( |
const Point2I & |
in_rMin, |
|
|
const Point2I & |
in_rExtent | |
|
) |
| | [inline] |
RectI::RectI |
( |
const S32 |
in_left, |
|
|
const S32 |
in_top, |
|
|
const S32 |
in_width, |
|
|
const S32 |
in_height | |
|
) |
| | [inline] |
Member Function Documentation
void RectI::set |
( |
const S32 |
in_left, |
|
|
const S32 |
in_top, |
|
|
const S32 |
in_width, |
|
|
const S32 |
in_height | |
|
) |
| | [inline] |
bool RectI::intersect |
( |
const RectI & |
clipRect |
) |
[inline] |
bool RectI::pointInRect |
( |
const Point2I & |
pt |
) |
const [inline] |
bool RectI::contains |
( |
const RectI & |
R |
) |
const [inline] |
bool RectI::overlaps |
( |
RectI |
R |
) |
const [inline] |
void RectI::unionRects |
( |
const RectI & |
|
) |
[inline] |
S32 RectI::len_x |
( |
|
) |
const [inline] |
S32 RectI::len_y |
( |
|
) |
const [inline] |
bool RectI::operator== |
( |
const RectI & |
|
) |
const [inline] |
bool RectI::operator!= |
( |
const RectI & |
|
) |
const [inline] |
bool RectI::isValidRect |
( |
|
) |
const [inline] |
Field Documentation
|