Home
last modified time | relevance | path

Searched refs:point_itr (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.hpp186 point_ptr<T> point_itr = r->points; in sort_ring_points() local
187 point_ptr<T> last_point = point_itr->prev; in sort_ring_points()
188 while (point_itr != last_point) { in sort_ring_points()
189 sorted_points.push_back(point_itr); in sort_ring_points()
190 point_itr = point_itr->next; in sort_ring_points()