Searched refs:geodesic_type (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/geometry/formulas/ |
D | sjoberg_intersection.hpp | 629 typedef sjoberg_geodesic<CT, Order> geodesic_type; typedef in boost::geometry::formula::sjoberg_intersection 678 geodesic_type geod1(lon_a1, lat_a1, alpha_a1, f); in apply() 679 geodesic_type geod2(lon_b1, lat_b1, alpha_b1, f); in apply() 797 static inline bool newton_method(geodesic_type const& geod1, geodesic_type const& geod2, // in in newton_method() 930 static inline bool is_result_longitude_ok(geodesic_type const& geod, in is_result_longitude_ok() 954 geodesics_type(geodesic_type const& g1, geodesic_type const& g2) in geodesics_type() 961 geodesic_type const& geod1; 962 geodesic_type const& geod2; 963 typename geodesic_type::vertex_data vertex1; 964 typename geodesic_type::vertex_data vertex2; [all …]
|