Home
last modified time | relevance | path

Searched refs:assign_box_corners (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/
Dassign_box_corners.hpp53 inline void assign_box_corners(Box const& box, in assign_box_corners() function
83 assign_box_corners(box, in assign_box_corners_oriented()
90 assign_box_corners(box, in assign_box_corners_oriented()
/third_party/boost/libs/geometry/doc/src/examples/algorithms/
DJamfile.v233 # exe assign_box_corners : assign_box_corners.cpp ;
DJamfile33 # exe assign_box_corners : assign_box_corners.cpp ;
Dassign_box_corners.cpp30 assign_box_corners(b, ll, lr, ul, ur); in main()
/third_party/boost/boost/geometry/strategies/spherical/
Ddistance_cross_track_box_box.hpp93 geometry::detail::assign_box_corners(box1, in apply()
98 geometry::detail::assign_box_corners(box2, in apply()
Ddistance_cross_track_point_box.hpp70 geometry::detail::assign_box_corners(box, in apply()
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Drange_in_geometry.hpp66 detail::assign_box_corners(box, in points_range()
/third_party/boost/boost/geometry/algorithms/detail/equals/
Dcollect_vectors.hpp407 geometry::detail::assign_box_corners(box, lower_left, lower_right, in apply()
428 geometry::detail::assign_box_corners(box, lower_left, lower_right, in apply()
/third_party/boost/boost/geometry/algorithms/detail/distance/
Dsegment_to_box.hpp797 detail::assign_box_corners(box, bottom_left, bottom_right, in apply()
/third_party/boost/boost/geometry/algorithms/detail/sections/
Dsectionalize.hpp725 geometry::detail::assign_box_corners(box, ll, lr, ul, ur); in apply()