20 #ifndef ANTKEEPER_PHYSICS_ORBIT_STATE_HPP
21 #define ANTKEEPER_PHYSICS_ORBIT_STATE_HPP
Pair of orbital state Cartesian position (r) and velocity (v) vectors.
vector_type r
Cartesian orbital position vector (r).
vector_type v
Cartesian orbital velocity vector (v).
T scalar_type
Scalar type.
math::vec3< T > vector_type
Vector type.