Home
last modified time | relevance | path

Searched refs:bottom_left (Results 1 – 2 of 2) 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 Dsegment_to_box.hpp430 BoxPoint const& bottom_left, in apply()
448 if (geometry::get<0>(p1) <= geometry::get<0>(bottom_left)) in apply()
453 >::apply(p1, p0, top_left, bottom_left, in apply()
470 BoxPoint const& bottom_left, in apply()
476 if (geometry::get<1>(p1) < geometry::get<1>(bottom_left)) in apply()
556 BoxPoint const& bottom_left, in non_negative_slope_segment() argument
578 top_left, top_right, bottom_left, bottom_right, in non_negative_slope_segment()
588 top_left, top_right, bottom_left, bottom_right, in non_negative_slope_segment()
595 bottom_left, top_right, in non_negative_slope_segment()
596 bottom_left, top_right, in non_negative_slope_segment()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Ddistance_cross_track_point_box.hpp116 box_point_type bottom_left, bottom_right, top_left, top_right; in apply() local
118 bottom_left, bottom_right, in apply()
124 return_type const lon_min = geometry::get_as_radian<0>(bottom_left); in apply()
125 return_type const lat_min = geometry::get_as_radian<1>(bottom_left); in apply()
221 ? m_ps_strategy.apply(point, bottom_left, top_left) in apply()