Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/envelope/
Drange_of_boxes.hpp128 (! math::larger(lon_max, constants::max_longitude())); in apply()
135 (! math::larger(max_gap_right, constants::max_longitude())); in apply()
266 coordinate_type const max_longitude = constants::max_longitude(); in apply() local
292 if (math::larger(lon_right, max_longitude)) in apply()
294 intervals.push_back(interval_type(lon_left, max_longitude)); in apply()
/third_party/boost/boost/geometry/util/
Dnormalize_spheroidal_coordinates.hpp59 static inline CoordinateType max_longitude() in max_longitude() function
115 static inline CoordinateType max_longitude() in max_longitude() function
312 BOOST_GEOMETRY_ASSERT(! math::larger(longitude, constants::max_longitude())); in apply()
Dnormalize_spheroidal_box_coordinates.hpp74 longitude2 = constants::max_longitude(); in apply()