Antkeeper
0.0.1
|
#include "game/systems/updatable-system.hpp"
#include <engine/math/vector.hpp>
#include <engine/entity/id.hpp>
#include "game/components/orbit-component.hpp"
#include <engine/physics/orbit/ephemeris.hpp>
#include <unordered_set>
Go to the source code of this file.
Classes | |
class | orbit_system |
Updates the Cartesian position and velocity of orbiting bodies given their Keplerian orbital elements and the current time. More... | |