Searched defs:box_segment_intersection (Results 1 – 1 of 1) sorted by relevance
| /third_party/boost/boost/geometry/index/detail/algorithms/ |
| D | segment_intersection.hpp | 65 struct box_segment_intersection struct 69 typedef box_segment_intersection_dim<Box, Point, CurrentDimension - 1> for_dim; 72 static inline bool apply(Box const& b, Point const& p0, Point const& p1, in apply() 81 struct box_segment_intersection<Box, Point, 1> struct 83 typedef box_segment_intersection_dim<Box, Point, 0> for_dim; 86 static inline bool apply(Box const& b, Point const& p0, Point const& p1, in apply()
|