Home
last modified time | relevance | path

Searched refs:lon_right (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/envelope/
H A Drange_of_boxes.hpp283 coordinate_type lon_right = geometry::get<max_corner, 0>(*it); in apply() local
285 if (math::larger(lon_right, max_longitude)) in apply()
289 (interval_type(min_longitude, lon_right - period)); in apply()
293 intervals.push_back(interval_type(lon_left, lon_right)); in apply()