Home
last modified time | relevance | path

Searched refs:min_longitude (Results 1 – 3 of 3) 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.hpp126 (! math::smaller(lon_min, constants::min_longitude())); in apply()
133 (! math::smaller(max_gap_left, constants::min_longitude())); in apply()
263 coordinate_type const min_longitude = constants::min_longitude(); in apply() local
289 (interval_type(min_longitude, lon_right - period)); 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.hpp43 static inline CoordinateType min_longitude() in min_longitude() function
80 static inline CoordinateType min_longitude() in min_longitude() function
191 BOOST_GEOMETRY_ASSERT(math::smaller(constants::min_longitude(), longitude)); in apply()
H A Dnormalize_spheroidal_box_coordinates.hpp69 longitude1 = constants::min_longitude(); in apply()
86 BOOST_GEOMETRY_ASSERT(! math::smaller(longitude1, constants::min_longitude())); in apply()