mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-09 02:23:57 +02:00
Fix retrograd movements and earth rotation
This commit is contained in:
parent
b4eb471eb1
commit
166a920fca
4 changed files with 49 additions and 31 deletions
|
@ -65,11 +65,6 @@ private:
|
|||
*/
|
||||
double m_offset;
|
||||
|
||||
/**
|
||||
* Normal vector of orbital plane.
|
||||
*/
|
||||
Vector3D m_plane;
|
||||
|
||||
/**
|
||||
* Current position
|
||||
*/
|
||||
|
@ -112,6 +107,12 @@ private:
|
|||
*/
|
||||
Vector CalcPosition (Time t) const;
|
||||
|
||||
/**
|
||||
* Calc the latitude depending on simulation time inside ITRF coordinate
|
||||
* system
|
||||
*/
|
||||
double CalcLatitude () const;
|
||||
|
||||
Vector Update ();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue