EarthCentralBody.h

Go to the documentation of this file.
00001 
00002 
00008 /* 
00009 *
00010 */
00012 
00013 #ifndef __EARTH_CENTRALBODY_H__
00014 #define __EARTH_CENTRALBODY_H__
00015 #include "math.h"
00016 #include "Rotation.h"
00017 //#include "Units.h"
00018 #include "CentralBody.h"
00019 #define PI 3.141592
00020 
00021 namespace O_SESSAME {
00022 
00024 const double GRAVITATIONAL_CONSTANT = 6.669 * pow(10.0,-11.0); 
00026 const double deg2rad = (float)PI / 180.0;
00027 
00028 class EarthCentralBody : public CentralBody
00029 {
00030 public:
00031     EarthCentralBody();
00032 
00033 private:
00034 };
00035 } // close namespace O_SESSAME
00036 
00037 #endif
00038 // Do not change the comments below - they will be added automatically by CVS
00039 /*****************************************************************************
00040 *       $Log: EarthCentralBody.h,v $
00041 *       Revision 1.2  2003/06/09 15:20:39  nilspace
00042 *       Changed CentralBody directory.
00043 *       
00044 *       Revision 1.1  2003/06/06 17:34:53  nilspace
00045 *       Moved to CentralBody directory.
00046 *       
00047 *       Revision 1.2  2003/04/27 22:04:33  nilspace
00048 *       Created the namespace O_SESSAME.
00049 *       
00050 *       Revision 1.1  2003/04/08 22:36:51  nilspace
00051 *       Initial Submission.
00052 *       
00053 *
00054 ******************************************************************************/

Generated on Wed Aug 6 12:58:45 2003 for Open-Sessame Framework by doxygen1.3