Set of planets. More...
#include <planet.h>
Public Attributes | |
unsigned | n |
double * | data |
Set of planets.
The spatial position of each planet is stored as a tuple of the cartesian coordinates \((x_1, y_1, z_1, x_2, y_2, z_2, \ldots x_n, y_n, z_n)\) in GrvxPlanets::data, where \((x_i, y_i, z_i)\) refers to the \(i\)-th planet.
double* GrvxPlanets::data |
Data array.
unsigned GrvxPlanets::n |
Number of planets, \(n\).