Go to the documentation of this file. 1 #ifndef VPGL_EARTH_CONSTANTS_H 2 #define VPGL_EARTH_CONSTANTS_H 15 #define DEGREES_TO_RADIANS (vnl_math::pi_over_180) 16 #define RADIANS_TO_DEGREES (vnl_math::deg_per_rad) 20 #define GRS80_a 6378137.0 21 #define GRS80_b 6356752.3 22 #define GRS80_e 0.08181921805 25 #define NAD27_a 6378206.4 26 #define NAD27_e 8.227185424e-02 28 #define EARTH_GM 3.98601e+14 29 #define SIDEREAL_DAY 86400.0 31 #define METERS_TO_FEET 3.280839895 32 #define FEET_TO_METERS (1.0/3.280839895) 34 #endif //VPGL_EARTH_CONSTANTS_H