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