Home
last modified time | relevance | path

Searched refs:geod2 (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.hpp682 geodesic_type geod2(lon_b1, lat_b1, alpha_b1, f); in apply() local
687 if (geod1.is_on_equator && geod2.is_on_equator) in apply()
693 lon = geod2.lon_of_equator_intersection(); in apply()
697 else if (geod2.is_on_equator) in apply()
705 CT const lon1_minus_lon2 = math::longitude_distance_signed<radian>(geod2.lonj, geod1.lonj); in apply()
708 if (geod1.is_Cj_zero && geod2.is_Cj_zero) 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()
780 static inline bool newton_method(geodesic_type const& geod1, geodesic_type const& geod2, // in in newton_method() argument
821 if (!geod2.is_Cj_zero) in newton_method()
[all …]