From 4408ebc98082cab1dc55dd692e5b25790000b51e Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Sat, 14 May 2022 10:15:23 -0400 Subject: [PATCH] add orbitGetTimeOfFlight interface --- src/orbits.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/orbits.h b/src/orbits.h index 0ca1e86..8c03227 100644 --- a/src/orbits.h +++ b/src/orbits.h @@ -163,3 +163,5 @@ orbitGetSpecificEnergy(double a, double mu); glm::vec2 polarToRect(double true_anom, double r); +double +orbitGetTimeOfFlight(system_2body sys, double theta_begin, double theta_end);