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 D | segment_intersection.hpp | 94 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 D | path_intersection.hpp | 46 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()
|