Searched refs:assign_box_corners_oriented (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/boost/geometry/strategies/agnostic/ |
D | point_in_box_by_side.hpp | 83 geometry::detail::assign_box_corners_oriented<true>(box, bp); in apply()
|
/third_party/boost/boost/geometry/views/ |
D | box_view.hpp | 75 detail::assign_box_corners_oriented<!Clockwise>(m_box, rng); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/ |
D | assign_box_corners.hpp | 78 inline void assign_box_corners_oriented(Box const& box, Range& corners) in assign_box_corners_oriented() function
|
D | extreme_points.hpp | 448 geometry::detail::assign_box_corners_oriented<false>(box, extremes); in apply() 462 geometry::detail::assign_box_corners_oriented<false>(box, extremes); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | copy_segments.hpp | 250 assign_box_corners_oriented<Reverse>(box, bp); in apply()
|
D | copy_segment_point.hpp | 116 assign_box_corners_oriented<Reverse>(box, bp); in apply()
|
D | get_turns.hpp | 731 assign_box_corners_oriented<ReverseBox>(box, box_points); in apply()
|
/third_party/boost/boost/geometry/algorithms/ |
D | convex_hull.hpp | 127 geometry::detail::assign_box_corners_oriented<Reverse>(box, range); in apply()
|
D | convert.hpp | 116 assign_box_corners_oriented<Reverse>(box, range); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/distance/ |
D | segment_to_box.hpp | 137 detail::assign_box_corners_oriented<true>(box, box_points); in apply() 253 detail::assign_box_corners_oriented<true>(box, box_points); in apply()
|
D | geometry_to_segment_or_box.hpp | 165 detail::assign_box_corners_oriented<true>(box, range); in apply()
|