/third_party/boost/boost/geometry/formulas/ |
D | unit_spheroid.hpp | 24 inline ResultType unit_spheroid_b(Spheroid const& spheroid) in unit_spheroid_b() 31 inline ResultSpheroid unit_spheroid(Spheroid const& spheroid) in unit_spheroid()
|
D | geographic.hpp | 36 inline Point3d geo_to_cart3d(PointGeo const& point_geo, Spheroid const& spheroid) in geo_to_cart3d() 62 …tGeo const& point_geo, Point3d & result, Point3d & north, Point3d & east, Spheroid const& spheroid) in geo_to_cart3d() 95 inline PointGeo cart3d_to_geo(Point3d const& point_3d, Spheroid const& spheroid) in cart3d_to_geo() 142 inline Point3d projected_to_xy(Point3d const& point_3d, Spheroid const& spheroid) in projected_to_xy() 168 inline Point3d projected_to_surface(Point3d const& direction, Spheroid const& spheroid) in projected_to_surface() 205 …& origin, Point3d const& direction, Point3d & result1, Point3d & result2, Spheroid const& spheroid) in projected_to_surface() 266 Spheroid const& spheroid) in great_elliptic_intersection() 331 Spheroid const& spheroid) in planes_spheroid_intersection() 383 Spheroid const& spheroid) in experimental_elliptic_plane() 408 Spheroid const& spheroid) in experimental_elliptic_plane() [all …]
|
D | meridian_inverse.hpp | 64 static CT meridian_not_crossing_pole_dist(T lat1, T lat2, Spheroid const& spheroid) in meridian_not_crossing_pole_dist() 70 static CT meridian_crossing_pole_dist(T lat1, T lat2, Spheroid const& spheroid) in meridian_crossing_pole_dist() 84 static result apply(T lon1, T lat1, T lon2, T lat2, Spheroid const& spheroid) in apply() 113 static CT apply(T lat, Spheroid const& spheroid) in apply()
|
D | meridian_direct.hpp | 57 Spheroid const& spheroid) in apply() 123 static CT apply(T m, Spheroid const& spheroid) in apply()
|
D | gnomonic_spheroid.hpp | 55 Spheroid const& spheroid) in forward() 77 Spheroid const& spheroid) in inverse()
|
D | vertex_latitude.hpp | 79 Spheroid const& spheroid) in apply()
|
D | gnomonic_intersection.hpp | 50 Spheroid const& spheroid) in apply() 70 Spheroid const& spheroid) in apply()
|
/third_party/boost/boost/geometry/srs/ |
D | spheroid.hpp | 50 class spheroid class 53 spheroid(RadiusType const& a, RadiusType const& b) in spheroid() function in boost::geometry::srs::spheroid 62 spheroid() in spheroid() function in boost::geometry::srs::spheroid
|
/third_party/boost/libs/geometry/test/formulas/ |
D | inverse_karney.cpp | 59 bg::srs::spheroid<double> spheroid(6378137.0, 6356752.3142451793); in test_all() local 77 bg::srs::spheroid<double> spheroid(6378137.0, 6356752.3142451793); in test_karney() local
|
D | direct.cpp | 83 bg::srs::spheroid<double> spheroid(6378137.0, 6356752.3142451793); in test_all() local 149 bg::srs::spheroid<double> spheroid(6378137.0, 6356752.3142451793); in test_karney_antipodal() local
|
/third_party/boost/libs/geometry/doc/src/examples/algorithms/ |
D | area_with_strategy.cpp | 43 bg::srs::spheroid<double> spheroid(6378137.0, 6356752.3142451793); in main() local
|
D | densify_strategy.cpp | 31 bg::srs::spheroid<double> spheroid(6378137.0, 6356752.3142451793); in main() local
|
D | discrete_frechet_distance_strategy.cpp | 28 bg::srs::spheroid<double> spheroid(6378137.0, 6356752.3142451793); in main() local
|
D | discrete_hausdorff_distance_strategy.cpp | 28 bg::srs::spheroid<double> spheroid(6378137.0, 6356752.3142451793); in main() local
|
D | line_interpolate_strategy.cpp | 34 srs::spheroid<double> spheroid(6378137.0, 6356752.3142451793); in main() local
|
/third_party/boost/libs/geometry/example/ |
D | ml03_distance_formula.cpp | 32 srs::spheroid<double> spheroid(6378137.0, 6356752.3142451793); in main() local
|
/third_party/boost/boost/geometry/strategies/geographic/ |
D | distance.hpp | 87 explicit inline geographic(Spheroid const& spheroid) in geographic() 93 Spheroid const& spheroid) in apply()
|
D | distance_cross_track.hpp | 133 explicit geographic_cross_track(Spheroid const& spheroid = Spheroid()) in geographic_cross_track() 203 Spheroid const& spheroid) in non_iterative_case() 245 Spheroid const& spheroid, in bisection() 333 Spheroid const& spheroid, in newton() 464 Spheroid const& spheroid) in apply() 734 explicit geographic_cross_track(Spheroid const& spheroid = Spheroid()) in geographic_cross_track()
|
D | expand_segment.hpp | 59 explicit inline geographic_segment(Spheroid const& spheroid) in geographic_segment()
|
D | distance_andoyer.hpp | 67 explicit inline andoyer(Spheroid const& spheroid) in andoyer()
|
D | distance_thomas.hpp | 61 explicit inline thomas(Spheroid const& spheroid) in thomas()
|
D | distance_vincenty.hpp | 63 explicit inline vincenty(Spheroid const& spheroid) in vincenty()
|
D | envelope.hpp | 56 explicit inline geographic(Spheroid const& spheroid) in geographic()
|
D | distance_karney.hpp | 56 explicit inline karney(Spheroid const& spheroid) in karney()
|
D | envelope_segment.hpp | 46 explicit inline geographic_segment(Spheroid const& spheroid) in geographic_segment()
|