Home
last modified time | relevance | path

Searched defs:path_intersection (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/geometry/index/detail/algorithms/
Dpath_intersection.hpp25 struct path_intersection struct
36 struct path_intersection<Indexable, Segment, box_tag, segment_tag> struct
38 …ypename default_distance_result<typename point_type<Segment>::type>::type comparable_distance_type;
40 …l apply(Indexable const& b, Segment const& segment, comparable_distance_type & comparable_distance) in apply()
51 struct path_intersection<Indexable, Linestring, box_tag, linestring_tag> struct
53 typedef typename default_length_result<Linestring>::type comparable_distance_type;
55 …l apply(Indexable const& b, Linestring const& path, comparable_distance_type & comparable_distance) in apply()
108 bool path_intersection(Indexable const& b, in path_intersection() function