Home
last modified time | relevance | path

Searched refs:sorted_points (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dtopology_correction.hpp185 point_vector<T> sorted_points; in sort_ring_points() local
189 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() local
272 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()