From eb928103310a6f1c856e3fd043546a2f434c182a Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Wed, 18 May 2022 12:03:52 -0400 Subject: [PATCH] update main TODO --- src/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index aca618e..befb232 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,10 @@ /* * TODO: + * - organize orbit functions into interface/internal functions + * - add an 'orbits' namespace + * - drop orbit from interface functions, + * eg) 'orbitGetTimeOfFlight()' becomes 'getTimeOfFlight()' * - make an 'overlay' graphic for things like apoapsis, perisapsis, f1, f2, * flight path * - impulsive orbital maneuvers