Searched refs:vec3XLessThan (Results 1 – 1 of 1) sorted by relevance
95 static inline bool vec3XLessThan (const Vec3& a, const Vec3& b) { return a.x() < b.x(); } in vec3XLessThan() function1083 …r<Vec3>::const_iterator first = std::lower_bound(sorted.begin(), sorted.end(), ref, vec3XLessThan); in binarySearchFirstVec3WithXAtLeast()1115 const vector<Vec3> supersetSorted = sorted(superset, vec3XLessThan); in oneWayComparePointSets()