Home
last modified time | relevance | path

Searched refs:p_lon (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/expand/
H A Dpoint.hpp151 box_coordinate_type p_lon = geometry::get<0>(box_point); in apply() local
178 geometry::set<min_corner, 0>(box, p_lon); in apply()
180 geometry::set<max_corner, 0>(box, p_lon); in apply()
190 if (math::smaller(p_lon, b_lon_min)) in apply()
192 box_coordinate_type p_lon_shifted = p_lon + constants::period(); in apply()
197 if (math::smaller(b_lon_min - p_lon, p_lon_shifted - b_lon_max)) in apply()
199 b_lon_min = p_lon; in apply()
207 else if (math::larger(p_lon, b_lon_max)) in apply()
212 && math::larger(p_lon - b_lon_max, in apply()
213 constants::period() - p_lon + b_lon_min)) in apply()
[all …]