Template Struct Rect

Struct Documentation

template <class T>
struct Rect

Public Functions

Rect()
Rect(const T _x, const T _y, const T _width, const T _height)
void Set(const T _x, const T _y, const T _width, const T _height)
bool operator==(const Rect<T> &v) const
bool operator!=(const Rect<T> &v) const

Public Members

template<>
T p[4]
T x
T y
T width
T height
union ari::Rect::@0 ari::Rect::@1