22#include <glm/vec3.hpp>
Definition: simulation.h:27
HohmannPair_t UnsafeHohmannTransfer(const components::types::Orbit &orbit, double altitude)
Definition: hohmann.cpp:20
std::optional< HohmannPair_t > HohmannTransfer(const components::types::Orbit &orbit, double altitude)
Definition: hohmann.cpp:38
std::pair< glm::dvec3, double > Maneuver_t
Definition: hohmann.h:27
std::pair< Maneuver_t, Maneuver_t > HohmannPair_t
Definition: hohmann.h:28