Antkeeper
0.0.1
|
Pair of orbital state Cartesian position (r) and velocity (v) vectors. More...
#include <state.hpp>
Public Types | |
typedef T | scalar_type |
Scalar type. More... | |
typedef math::vec3< T > | vector_type |
Vector type. More... | |
Public Attributes | |
vector_type | r |
Cartesian orbital position vector (r). More... | |
vector_type | v |
Cartesian orbital velocity vector (v). More... | |
Pair of orbital state Cartesian position (r) and velocity (v) vectors.
T | Scalar type. |
typedef T physics::orbit::state< T >::scalar_type |
typedef math::vec3<T> physics::orbit::state< T >::vector_type |
vector_type physics::orbit::state< T >::r |
vector_type physics::orbit::state< T >::v |