Home
last modified time | relevance | path

Searched refs:min_latitude (Results 1 – 4 of 4) 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 Dmultipoint.hpp95 Constants::min_latitude())) in analyze_point_coordinates()
204 lat_min = Constants::min_latitude(); in get_min_max_latitudes()
209 lat_min = Constants::min_latitude(); in get_min_max_latitudes()
278 ? constants::min_latitude() in apply()
282 : constants::min_latitude(); in apply()
291 ? constants::min_latitude() in apply()
295 : constants::min_latitude(); in apply()
H A Drange_of_boxes.hpp275 || math::equals(lat_max, constants::min_latitude())) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dnormalize_spheroidal_coordinates.hpp54 static inline CoordinateType min_latitude() in min_latitude() function
90 static inline CoordinateType min_latitude() in min_latitude() function
160 if (latitude < constants::min_latitude()) in apply()
187 BOOST_GEOMETRY_ASSERT(! math::larger(constants::min_latitude(), latitude)); in apply()
H A Dnormalize_spheroidal_box_coordinates.hpp53 if (math::equals(latitude1, constants::min_latitude()) in apply()
54 && math::equals(latitude2, constants::min_latitude())) in apply()
81 BOOST_GEOMETRY_ASSERT(! math::smaller(latitude1, constants::min_latitude())); in apply()