Searched defs:rect_base (Results 1 – 2 of 2) sorted by relevance
67 template<class T> struct rect_base { struct68 typedef rect_base<T> self_type; argument73 rect_base() {} in rect_base() argument74 rect_base(T x1_, T y1_, T x2_, T y2_) : in rect_base() argument76 const self_type& normalize() in normalize()91 bool clip(const self_type& r) in clip()107 bool is_valid() const in is_valid()
208 struct rect_base { struct209 float x1;210 float y1;211 float x2;212 float y2;