Home
last modified time | relevance | path

Searched refs:top_right (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.hpp342 BoxPoint const& top_right, in apply()
358 if (less_equal(geometry::get<1>(top_right), geometry::get<1>(p0))) in apply()
361 return cast::apply(pp_strategy.apply(p0, top_right)); in apply()
429 BoxPoint const& top_right, in apply()
437 if (geometry::get<0>(p0) >= geometry::get<0>(top_right)) in apply()
442 >::apply(p0, p1, bottom_right, top_right, in apply()
469 BoxPoint const& top_right, in apply()
486 if (geometry::get<1>(p0) > geometry::get<1>(top_right)) in apply()
555 BoxPoint const& top_right, in non_negative_slope_segment() argument
578 top_left, top_right, bottom_left, bottom_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
119 top_left, top_right); in apply()
126 return_type const lon_max = geometry::get_as_radian<0>(top_right); in apply()
127 return_type const lat_max = geometry::get_as_radian<1>(top_right); in apply()
222 : m_ps_strategy.apply(point, bottom_right, top_right); in apply()