Home
last modified time | relevance | path

Searched refs:lon1_minus_lon2 (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.hpp705 CT const lon1_minus_lon2 = math::longitude_distance_signed<radian>(geod2.lonj, geod1.lonj); in apply() local
713 if ( math::equals(lon1_minus_lon2, c0) in apply()
714 || math::equals(lon1_minus_lon2 + (lon1_minus_lon2 < c0 ? pi : -pi), c0) ) in apply()
771 if (enable_02 && newton_method(geod1, geod2, beta, t, lon1_minus_lon2, lon, lat)) in apply()
776 return converge_07(geod1, geod2, beta, t, lon1_minus_lon2, lon_sph, lon, lat); in apply()
781 CT beta, CT t, CT const& lon1_minus_lon2, // in in newton_method() argument
853 CT const dbeta = (lon1_minus_lon2 + lon1_diff - lon2_diff) / dbeta_denom; in newton_method()
913 CT const& lon1_minus_lon2, CT const& lon_sph, in converge_07() argument
925 … if (!converge_07_step_one(CT(sin(beta)), t, lon1_minus_lon2, geodesics, lon_sph, result, false)) in converge_07()
966 … if (converge_07_step_one(CT(sin(beta1)), t1, lon1_minus_lon2, geodesics, lon_sph, result_curr)) in converge_07()
[all …]