Searched refs:geod1 (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 D | sjoberg_intersection.hpp | 681 geodesic_type geod1(lon_a1, lat_a1, alpha_a1, f); in apply() local 687 if (geod1.is_on_equator && geod2.is_on_equator) in apply() 691 else if (geod1.is_on_equator) in apply() 699 lon = geod1.lon_of_equator_intersection(); 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 787 CT const e_sqr = geod1.e_sqr; in newton_method() [all …]
|