Home
last modified time | relevance | path

Searched refs:has_south_pole (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/envelope/
H A Dmultipoint.hpp68 bool& has_south_pole, in analyze_point_coordinates() argument
85 has_south_pole = false; in analyze_point_coordinates()
97 has_south_pole = true; in analyze_point_coordinates()
197 bool has_south_pole, in get_min_max_latitudes() argument
202 if (has_south_pole && has_north_pole) in get_min_max_latitudes()
207 else if (has_south_pole) in get_min_max_latitudes()
265 bool has_north_pole = false, has_south_pole = false; in apply() local
268 has_south_pole, has_north_pole, in apply()
277 lat_min = has_south_pole in apply()
287 BOOST_GEOMETRY_ASSERT(has_south_pole || has_north_pole); in apply()
[all …]