14 int a = p1.
v1 - p2.
v1;
15 int b = p1.
v2 - p2.
v2;
19 return a < 0 ? true : (
a == 0 ?
b < 0 :
false);
void lineart_sort_adjacent_items(LineartAdjacentEdge *ai, int length)
static bool cmp_adjacent_items(const LineartAdjacentEdge &p1, const LineartAdjacentEdge &p2)
T length(const vec_base< T, Size > &a)
void parallel_sort(RandomAccessIterator begin, RandomAccessIterator end)
static const pxr::TfToken b("b", pxr::TfToken::Immortal)