UNCLASSIFIED
Go to the documentation of this file.
26 #ifndef GTS_SPHERICAL_H
27 #define GTS_SPHERICAL_H
37 class CartesianCoordinates;
38 class GeodeticCoordinates;
39 class SphericalCoordinates;
52 Spherical(
double ellipsoidSemiMajorAxis,
double ellipsoidFlattening);
81 void sphericalToGeocentric(
82 const double longitude,
83 const double latitude,
89 void geocentricToSpherical(
95 double &radius)
const;