|
Orrery
A GPU-accelerated N-body gravitational simulator
|
One recorded instant. More...
#include <orrery/sim/trajectory.hpp>
Public Attributes | |
| core::Index | step = 0 |
| Which step of the run this is, counting from zero at the initial state. | |
| core::Real | time = 0 |
| The simulated time, which is step * timestep. | |
| core::Vec3Array | positions |
| core::Vec3Array | velocities |
| Empty unless the file has velocities in it. | |
One recorded instant.