Home
last modified time | relevance | path

Searched defs:intersect_node (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 Dintersect.hpp18 struct intersect_node { struct
20 bound_ptr<T> bound1;
21 bound_ptr<T> bound2;
22 mapbox::geometry::point<double> pt;
24 intersect_node(intersect_node<T>&& n) in intersect_node() function
28 intersect_node& operator=(intersect_node<T>&& n) { in operator =()
35 intersect_node(bound_ptr<T> const& bound1_, in intersect_node() argument