Searched refs:geod1 (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/geometry/formulas/ |
D | sjoberg_intersection.hpp | 678 geodesic_type geod1(lon_a1, lat_a1, alpha_a1, f); in apply() local 684 if (geod1.is_on_equator && geod2.is_on_equator) in apply() 688 else if (geod1.is_on_equator) in apply() 696 lon = geod1.lon_of_equator_intersection(); in apply() 702 CT const lon1_minus_lon2 = math::longitude_distance_signed<radian>(geod2.lonj, geod1.lonj); in apply() 705 if (geod1.is_Cj_zero && geod2.is_Cj_zero) in apply() 777 if (enable_02 && newton_method(geod1, geod2, beta, t, lon1_minus_lon2, lon_sph, lon, lat)) in apply() 786 if ( is_result_longitude_ok(geod1, lon_a1, lon_a2, lon) in apply() 793 return converge_07(geod1, geod2, beta, t, lon1_minus_lon2, lon_sph, lon, lat); in apply() 797 static inline bool newton_method(geodesic_type const& geod1, geodesic_type const& geod2, // in in newton_method() argument [all …]
|