Home
last modified time | relevance | path

Searched refs:p_lat (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.hpp152 box_coordinate_type p_lat = geometry::get<1>(box_point); in apply() local
160 if (math::equals(math::abs(p_lat), constants::max_latitude())) in apply()
166 geometry::set<min_corner, 1>(box, (std::min)(p_lat, b_lat_min)); in apply()
167 geometry::set<max_corner, 1>(box, (std::max)(p_lat, b_lat_max)); in apply()
179 geometry::set<min_corner, 1>(box, (std::min)(p_lat, b_lat_min)); in apply()
181 geometry::set<max_corner, 1>(box, (std::max)(p_lat, b_lat_max)); in apply()
186 b_lat_min = (std::min)(b_lat_min, p_lat); in apply()
187 b_lat_max = (std::max)(b_lat_max, p_lat); in apply()