Home
last modified time | relevance | path

Searched refs:longitude_difference (Results 1 – 2 of 2) 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.hpp151 CT const lon_dist1 = (std::max)((std::min)(math::longitude_difference<radian>(lon1, lon), in apply()
152 math::longitude_difference<radian>(lon_a2, lon)), in apply()
153 (std::min)(math::longitude_difference<radian>(lon2, lon), in apply()
154 … math::longitude_difference<radian>(lon_b2, lon))); in apply()
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()
932 CT lon_diff_prev = math::longitude_difference<radian>(result.lon1, result.lon2); in converge_07()
968 … CT const lon_diff1 = math::longitude_difference<radian>(result_curr.lon1, result_curr.lon2); in converge_07()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dnormalize_spheroidal_coordinates.hpp294 inline CoordinateType longitude_difference(CoordinateType const& longitude1, in longitude_difference() function