OrbitFrameECEF.h

Go to the documentation of this file.
00001 
00002 
00008 /* 
00009 *
00010 */
00012 
00013 #ifndef __SSF_ORBIT_FRAME_ECEF_H__
00014 #define __SSF_ORBIT_FRAME_ECEF_H__
00015 
00021 class OrbitFrameECEF : public OrbitFrame
00022 {
00023 public:
00027     OrbitFrameECEF(const double &_ApparentSiderealTime):OrbitFrame(R3(-_ApparentSiderealTime));
00028     
00035     Rotation GetRotation2IJK() const {return m_Transformation2IJK;};
00036     
00043     Rotation GetRotationFromIJK() const {return ~m_Transformation2IJK;};
00044     
00045 protected:
00046     
00047 private:
00048 
00049 };
00050 
00051 #endif
00052 
00053 // Do not change the comments below - they will be added automatically by CVS
00054 /*****************************************************************************
00055 *       $Log: OrbitFrameECEF.h,v $
00056 *       Revision 1.2  2003/05/20 17:47:59  nilspace
00057 *       Updated comments.
00058 *       
00059 *       Revision 1.1  2003/04/25 13:38:04  nilspace
00060 *       Initial Submission.
00061 *       
00062 *
00063 ******************************************************************************/

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