Home
last modified time | relevance | path

Searched refs:min_longitude (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/envelope/
Drange_of_boxes.hpp130 (! math::smaller(lon_min, constants::min_longitude())); in apply()
137 (! math::smaller(max_gap_left, constants::min_longitude())); in apply()
265 coordinate_type const min_longitude = constants::min_longitude(); in apply() local
296 (interval_type(min_longitude, lon_right - period)); in apply()
/third_party/boost/boost/geometry/util/
Dnormalize_spheroidal_box_coordinates.hpp73 longitude1 = constants::min_longitude(); in apply()
93 BOOST_GEOMETRY_ASSERT(! math::smaller(longitude1, constants::min_longitude())); in apply()
Dnormalize_spheroidal_coordinates.hpp53 static inline CoordinateType min_longitude() in min_longitude() function
110 static inline CoordinateType min_longitude() in min_longitude() function
311 BOOST_GEOMETRY_ASSERT(math::smaller(constants::min_longitude(), longitude)); in apply()