Home
last modified time | relevance | path

Searched refs:box_point (Results 1 – 3 of 3) 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/envelope/
H A Dpoint.hpp78 typename point_type<Box>::type box_point; in apply() local
81 transform_units(normalized_point, box_point); in apply()
83 geometry::set<min_corner, 0>(mbr, geometry::get<0>(box_point)); in apply()
84 geometry::set<min_corner, 1>(mbr, geometry::get<1>(box_point)); in apply()
86 geometry::set<max_corner, 0>(mbr, geometry::get<0>(box_point)); in apply()
87 geometry::set<max_corner, 1>(mbr, geometry::get<1>(box_point)); in apply()
/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 Dsegment_to_box.hpp72 typedef typename point_type<Box>::type box_point; typedef in boost::geometry::detail::distance::segment_to_box_2D_generic
82 std::vector<box_point>,
89 comparable_strategy, segment_point, box_point
95 Strategy, segment_point, box_point
120 std::vector<box_point> box_points(4); in apply()
131 typename std::vector<box_point>::const_iterator, in apply()
132 typename std::vector<box_point>::const_iterator in apply()
185 typedef typename point_type<Box>::type box_point; typedef in boost::geometry::detail::distance::segment_to_box_2D_generic
194 comparable_strategy, segment_point, box_point
210 Strategy, segment_point, box_point
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/expand/
H A Dpoint.hpp148 box_point_type box_point; in apply() local
149 detail::envelope::transform_units(p_normalized, box_point); in apply()
151 box_coordinate_type p_lon = geometry::get<0>(box_point); in apply()
152 box_coordinate_type p_lat = geometry::get<1>(box_point); in apply()