Searched defs:CompareIntersection (Results 1 – 1 of 1) sorted by relevance
112 struct CompareIntersection struct114 …) (float aMin, float aMax, float bMin, float bMax) const { return (aMin <= bMax && bMin <= aMax); } in operator ()()115 …rator() (int aMin, int aMax, int bMin, int bMax) const { return (aMin <= bMax && bMin <= aMax); } in operator ()()117 inline bool operator() (bool aMin, bool aMax, bool bMin, bool bMax) const in operator ()()