Searched refs:sorted_points (Results 1 – 1 of 1) sorted by relevance
185 point_vector<T> sorted_points; in sort_ring_points() local189 sorted_points.push_back(point_itr); in sort_ring_points()192 sorted_points.push_back(last_point); in sort_ring_points()193 std::stable_sort(sorted_points.begin(), sorted_points.end(), in sort_ring_points()200 return sorted_points; in sort_ring_points()269 auto sorted_points = sort_ring_points(r); in find_and_correct_repeated_points() local272 auto prev_itr = sorted_points.begin(); in find_and_correct_repeated_points()274 while (itr != sorted_points.end()) { in find_and_correct_repeated_points()279 if (itr != sorted_points.end()) { in find_and_correct_repeated_points()