Searched refs:box_points (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/distance/ |
| H A D | segment_to_box.hpp | 120 std::vector<box_point> box_points(4); in apply() local 121 detail::assign_box_corners_oriented<true>(box, box_points); in apply() 126 cd[i] = cstrategy.apply(box_points[i], p[0], p[1]); in apply() 136 box_points.begin(), in apply() 137 box_points.end(), in apply() 141 box_points.begin(), in apply() 142 box_points.end(), in apply() 162 return strategy.apply(box_points[imin], p[0], p[1]); in apply() 236 std::vector<box_point> box_points(4); in apply() local 237 detail::assign_box_corners_oriented<true>(box, box_points); in apply() [all …]
|