|
|
|
@ -2,10 +2,9 @@ |
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* TODO: |
|
|
|
* TODO: |
|
|
|
* - impulsive orbital maneuvers |
|
|
|
* - impulsive orbital maneuvers |
|
|
|
* - update libTangerine to only use xyzw parameters: GLM_FORCE_XYZW_ONLY |
|
|
|
* - remove inline functions from orbits.h |
|
|
|
* - replace instances of glm:: with using directives |
|
|
|
* - replace instances of glm:: with using directives |
|
|
|
* - compile with '-pedantic' and fix macro warnings |
|
|
|
* - compile with '-pedantic' and fix macro warnings |
|
|
|
* - convert between satellite state vectors and orbital elements |
|
|
|
|
|
|
|
* - orbits with nu (true anom at T0) other than 0 degrees |
|
|
|
* - orbits with nu (true anom at T0) other than 0 degrees |
|
|
|
* - plane change maneuvers |
|
|
|
* - plane change maneuvers |
|
|
|
* - Hohmman transfer orbits |
|
|
|
* - Hohmman transfer orbits |
|
|
|
|