Home
last modified time | relevance | path

Searched refs:const_point_ptr (Results 1 – 3 of 3) 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 Dring.hpp437 void set_next(const_point_ptr<T>& node, const const_point_ptr<T>& next_node) { in set_next()
442 point_ptr<T> get_next(const_point_ptr<T>& node) { in get_next()
447 point_ptr<T> get_prev(const_point_ptr<T>& node) { in get_prev()
452 void set_prev(const_point_ptr<T>& node, const const_point_ptr<T>& prev_node) { in set_prev()
457 void init(const_point_ptr<T>& node) { in init()
H A Dpoint.hpp20 using const_point_ptr = point<T>* const; typedef
H A Dring_util.hpp387 bool first_is_bottom_point(const_point_ptr<T> btmPt1, const_point_ptr<T> btmPt2) { in first_is_bottom_point()