Home
last modified time | relevance | path

Searched refs:lon_2 (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/formulas/
H A Dsjoberg_intersection.hpp150 CT const lon_2 = lon > c0 ? lon - pi : lon + pi; in apply() local
155 CT const lon_dist2 = (std::max)((std::min)(math::longitude_difference<radian>(lon1, lon_2), in apply()
156 … math::longitude_difference<radian>(lon_a2, lon_2)), in apply()
157 (std::min)(math::longitude_difference<radian>(lon2, lon_2), in apply()
158 … math::longitude_difference<radian>(lon_b2, lon_2))); in apply()
161 lon = lon_2; in apply()