Home
last modified time | relevance | path

Searched defs:spheroid (Results 1 – 25 of 51) sorted by relevance

123

/third_party/boost/boost/geometry/formulas/
Dunit_spheroid.hpp24 inline ResultType unit_spheroid_b(Spheroid const& spheroid) in unit_spheroid_b()
31 inline ResultSpheroid unit_spheroid(Spheroid const& spheroid) in unit_spheroid()
Dgeographic.hpp36 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 …]
Dmeridian_inverse.hpp64 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()
Dmeridian_direct.hpp57 Spheroid const& spheroid) in apply()
123 static CT apply(T m, Spheroid const& spheroid) in apply()
Dgnomonic_spheroid.hpp55 Spheroid const& spheroid) in forward()
77 Spheroid const& spheroid) in inverse()
Dvertex_latitude.hpp79 Spheroid const& spheroid) in apply()
Dgnomonic_intersection.hpp50 Spheroid const& spheroid) in apply()
70 Spheroid const& spheroid) in apply()
/third_party/boost/boost/geometry/srs/
Dspheroid.hpp50 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/
Dinverse_karney.cpp59 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
Ddirect.cpp83 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/
Darea_with_strategy.cpp43 bg::srs::spheroid<double> spheroid(6378137.0, 6356752.3142451793); in main() local
Ddensify_strategy.cpp31 bg::srs::spheroid<double> spheroid(6378137.0, 6356752.3142451793); in main() local
Ddiscrete_frechet_distance_strategy.cpp28 bg::srs::spheroid<double> spheroid(6378137.0, 6356752.3142451793); in main() local
Ddiscrete_hausdorff_distance_strategy.cpp28 bg::srs::spheroid<double> spheroid(6378137.0, 6356752.3142451793); in main() local
Dline_interpolate_strategy.cpp34 srs::spheroid<double> spheroid(6378137.0, 6356752.3142451793); in main() local
/third_party/boost/libs/geometry/example/
Dml03_distance_formula.cpp32 srs::spheroid<double> spheroid(6378137.0, 6356752.3142451793); in main() local
/third_party/boost/boost/geometry/strategies/geographic/
Ddistance.hpp87 explicit inline geographic(Spheroid const& spheroid) in geographic()
93 Spheroid const& spheroid) in apply()
Ddistance_cross_track.hpp133 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()
Dexpand_segment.hpp59 explicit inline geographic_segment(Spheroid const& spheroid) in geographic_segment()
Ddistance_andoyer.hpp67 explicit inline andoyer(Spheroid const& spheroid) in andoyer()
Ddistance_thomas.hpp61 explicit inline thomas(Spheroid const& spheroid) in thomas()
Ddistance_vincenty.hpp63 explicit inline vincenty(Spheroid const& spheroid) in vincenty()
Denvelope.hpp56 explicit inline geographic(Spheroid const& spheroid) in geographic()
Ddistance_karney.hpp56 explicit inline karney(Spheroid const& spheroid) in karney()
Denvelope_segment.hpp46 explicit inline geographic_segment(Spheroid const& spheroid) in geographic_segment()

123