From 9a9bb6f02eb92be920711a9e09bacbe932a92b7d Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Tue, 21 Jun 2022 12:22:40 -0400 Subject: [PATCH] update main TODO --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 645c2c0..410b069 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,7 +1,6 @@ /* * TODO: - * - add coordinate directions overlay * - impulsive orbital maneuvers * - replace instances of glm:: with using directives * - compile with '-pedantic' and fix macro warnings @@ -11,6 +10,7 @@ * - Hohmman transfer orbits * - make an 'overlay' graphic for things like apoapsis, perisapsis, f1, f2, * flight path + * - fix coordinate directions overlay * - patched conic method for transferring between 2 grav bodies * - test parabolic/hyperbolic trajectories * - organize orbit functions into interface/internal functions