Home
last modified time | relevance | path

Searched refs:b_lat_below (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/disjoint/
H A Dsegment_box.hpp163 CT b_lat_below; //latitude of box closest to equator in apply() local
168 b_lat_below = b_lat_min; in apply()
171 b_lat_below = b_lat_max; in apply()
188 && std::abs(vertex_lat) > std::abs(b_lat_below)) in apply()