RectD Class Reference#include <mRect.h>
Constructor & Destructor Documentation
RectD::RectD |
( |
|
) |
[inline] |
RectD::RectD |
( |
const Point2D & |
in_rMin, |
|
|
const Point2D & |
in_rExtent | |
|
) |
| | [inline] |
RectD::RectD |
( |
const F64 |
in_left, |
|
|
const F64 |
in_top, |
|
|
const F64 |
in_width, |
|
|
const F64 |
in_height | |
|
) |
| | [inline] |
Member Function Documentation
bool RectD::intersect |
( |
const RectD & |
clipRect |
) |
[inline] |
F64 RectD::len_x |
( |
|
) |
const [inline] |
F64 RectD::len_y |
( |
|
) |
const [inline] |
bool RectD::isValidRect |
( |
|
) |
const [inline] |
Field Documentation
|