Searched defs:intersect_node (Results 1 – 1 of 1) sorted by relevance
18 struct intersect_node { struct20 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() function28 intersect_node& operator=(intersect_node<T>&& n) { in operator =()35 intersect_node(bound_ptr<T> const& bound1_, in intersect_node() argument