Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_simple/
H A Ddebug_print_boundary_points.hpp66 typedef std::vector<point_type> point_vector; in apply() typedef
68 point_vector boundary_points; in apply()
85 for (typename point_vector::const_iterator in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dpoint.hpp58 using point_vector = std::vector<point_ptr<T>>; typedef
61 using point_vector_itr = typename point_vector<T>::iterator;
H A Dtopology_correction.hpp184 point_vector<T> sort_ring_points(ring_ptr<T> r) { in sort_ring_points()
185 point_vector<T> sorted_points; in sort_ring_points()
H A Dring.hpp160 point_vector<T> all_points;