Searched refs:supersetSorted (Results 1 – 1 of 1) sorted by relevance
1115 const vector<Vec3> supersetSorted = sorted(superset, vec3XLessThan); in oneWayComparePointSets() local1130 int firstCandidateNdx = binarySearchFirstVec3WithXAtLeast(supersetSorted, matchMin.x()); in oneWayComparePointSets()1135 …for (int superNdx = firstCandidateNdx; superNdx < (int)supersetSorted.size() && supersetSorted[sup… in oneWayComparePointSets()1137 const Vec3& superPt = supersetSorted[superNdx]; in oneWayComparePointSets()