|
| RectT (ValueType left, ValueType top, ValueType right, ValueType bottom) |
|
| RectT (const Vec2T< ValueType > &left_top, const Vec2T< ValueType > &right_bottom) |
|
| RectT (const RectT &other) |
|
RectT & | operator= (const RectT &other) |
|
bool | operator== (const RectT &rect) const |
|
void | Set (ValueType left, ValueType top, ValueType right, ValueType bottom) |
|
Vec2T< ValueType > | GetCenter () const |
|
Vec2T< ValueType > | GetLeftTop () const |
|
Vec2T< ValueType > | GetRightBottom () const |
|
Vec2T< ValueType > | GetRightTop () const |
|
Vec2T< ValueType > | GetLeftBottom () const |
|
ValueType | GetLeft () const |
|
ValueType | GetTop () const |
|
ValueType | GetRight () const |
|
ValueType | GetBottom () const |
|
ValueType | GetWidth () const |
|
ValueType | GetHeight () const |
|
Vec2T< ValueType > | GetSize () const |
|
bool | IsEmpty () const |
|
bool | ContainsPoint (const Vec2T< ValueType > &point) const |
|
bool | Intersects (const RectT &rect) const |
|