OrbitFrameSEZ.h

Go to the documentation of this file.
00001 
00002 
00008 /* 
00009 *
00010 */
00012 
00013 #ifndef __SSF_ORBIT_FRAME_SEZ_H__
00014 #define __SSF_ORBIT_FRAME_SEZ_H__
00015 #include "OrbitFrame.h"
00016 
00022 class OrbitFrameSEZ : public OrbitFrame
00023 {
00028     OrbitFrameSEZ(const double &_LocalSiderealTime, const double &_GeodeticLatitude): OrbitFrame(R3(-m_LocalSiderealTime)*R2(m_GeodeticLatitude-PI/2));
00029     
00031     ~OrbitFrameSEZ() {};
00032     
00037     Rotation GetRotation2IJK() const {return m_Transformation2IJK;};
00038     
00043     Rotation GetRotationFromIJK() const {return ~m_Transformation2IJK;};
00044     
00045 protected:
00046     
00047 private:
00048 
00049 };
00050 
00051 
00052 #endif
00053 
00054 // Do not change the comments below - they will be added automatically by CVS
00055 /*****************************************************************************
00056 *       $Log: OrbitFrameSEZ.h,v $
00057 *       Revision 1.2  2003/05/20 17:47:59  nilspace
00058 *       Updated comments.
00059 *       
00060 *       Revision 1.1  2003/04/25 13:38:04  nilspace
00061 *       Initial Submission.
00062 *       
00063 *       Revision 1.1  2003/04/08 22:48:04  nilspace
00064 *       Initial Submission.
00065 *       
00066 *
00067 ******************************************************************************/

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