Home
last modified time | relevance | path

Searched refs:intersect_node (Results 1 – 2 of 2) 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 Dintersect.hpp18 struct intersect_node { struct
24 intersect_node(intersect_node<T>&& n) in intersect_node() function
28 intersect_node& operator=(intersect_node<T>&& n) { in operator =() argument
35 intersect_node(bound_ptr<T> const& bound1_, in intersect_node() argument
43 using intersect_list = std::vector<intersect_node<T>>;
49 const intersect_node<T>& e) { in operator <<()
H A Dintersect_util.hpp19 inline bool operator()(intersect_node<T> const& node1, intersect_node<T> const& node2) { in operator ()()
279 bool bounds_adjacent(intersect_node<T> const& inode, bound_ptr<T> next) { in bounds_adjacent()
288 find_first_bound(intersect_node<T> const& inode) : b1(inode.bound1), b2(inode.bound2) { in find_first_bound()