#include <OrbitFrameNTW.h>
Inheritance diagram for OrbitFrameNTW:
Detailed Description. The primary axis lies in the orbital plane, normal to the velocity vector. The T axis is tangential to the orbit, and the W axis is normal to the orbital plane. In-track: deviations along the T axis. Used mainly to analyze drag effects on the orbit because drag always acts along the velocity vector. Also referred to as the Frenet System. (Vallado, pg. 43-44)
Definition at line 25 of file OrbitFrameNTW.h.
Private Member Functions | |
OrbitFrameNTW (const double &_LongAscNode, const double &_Inclination, const double &_ArgPerigee, const double &_ArgLatitude) | |
Constructor. | |
virtual | ~OrbitFrameNTW () |
Deconstructor. | |
Rotation | GetRotation2IJK () const |
Return the rotation . | |
Rotation | GetRotationFromIJK () const |
Return the rotation . | |
OrbitFrameNTW * | NewPointer () |
OrbitFrameNTW * | Clone () |
|
Constructor.
Definition at line 57 of file OrbitFrameNTW.h. |
|
Deconstructor.
Definition at line 58 of file OrbitFrameNTW.h. |
|
Return the rotation .
Implements OrbitFrame. Definition at line 60 of file OrbitFrameNTW.h. |
|
Return the rotation .
Implements OrbitFrame. Definition at line 61 of file OrbitFrameNTW.h. |
|
Implements OrbitFrame. Definition at line 62 of file OrbitFrameNTW.h. |
|
Implements OrbitFrame. Definition at line 63 of file OrbitFrameNTW.h. |