Template Class Rect_

Class Documentation

template<typename T>
class Rect_

Public Functions

inline Rect_()
inline Rect_(T _x, T _y, T _width, T _height)
inline Rect_(const Rect_ &rect)
inline Rect_(const Point_<T> &pt, const Size_<T> &sz)
inline T area()
inline Size_<T> size()
inline Point_<T> tl()
inline Point_<T> tr()
inline Point_<T> bl()
inline Point_<T> br()
inline bool bContains(const Point_<T> &pt)
inline ~Rect_()

Public Members

T x
T y
T width
T height