Home
last modified time | relevance | path

Searched refs:segment_intersection (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/algorithms/
H A Dsegment_intersection.hpp94 struct segment_intersection struct
96 BOOST_MPL_ASSERT_MSG((false), NOT_IMPLEMENTED_FOR_THIS_GEOMETRY, (segment_intersection));
100 struct segment_intersection<Indexable, Point, point_tag> struct
102 BOOST_MPL_ASSERT_MSG((false), SEGMENT_POINT_INTERSECTION_UNAVAILABLE, (segment_intersection));
106 struct segment_intersection<Indexable, Point, box_tag> struct
131 bool segment_intersection(Indexable const& b, in segment_intersection() function
138 return dispatch::segment_intersection< in segment_intersection()
H A Dpath_intersection.hpp46 return index::detail::segment_intersection(b, p1, p2, comparable_distance); in apply()
65 …return index::detail::segment_intersection(b, *::boost::begin(path), *(::boost::begin(path)+1), co… in apply()
81 if ( index::detail::segment_intersection(b, *it0, *it1, rel_dist) ) in apply()