Searched refs:geodesic_type (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 | 632 typedef sjoberg_geodesic<CT, Order> geodesic_type; typedef in boost::geometry::formula::sjoberg_intersection 681 geodesic_type geod1(lon_a1, lat_a1, alpha_a1, f); in apply() 682 geodesic_type geod2(lon_b1, lat_b1, alpha_b1, f); in apply() 780 static inline bool newton_method(geodesic_type const& geod1, geodesic_type const& geod2, // in in newton_method() 887 geodesics_type(geodesic_type const& g1, geodesic_type const& g2) in geodesics_type() 894 geodesic_type const& geod1; 895 geodesic_type const& geod2; 896 typename geodesic_type::vertex_data vertex1; 897 typename geodesic_type::vertex_data vertex2; 911 static inline bool converge_07(geodesic_type const& geod1, geodesic_type const& geod2, in converge_07() [all …]
|