Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/index/detail/algorithms/
Dsegment_intersection.hpp94 struct segment_intersection struct
100 struct segment_intersection<Indexable, Point, point_tag> struct
106 struct segment_intersection<Indexable, Point, box_tag> struct
108 typedef dispatch::box_segment_intersection<Indexable, Point, dimension<Indexable>::value> impl;
111 …l apply(Indexable const& b, Point const& p0, Point const& p1, RelativeDistance & relative_distance) in apply()
131 bool segment_intersection(Indexable const& b, in segment_intersection() function