libgravix2  0.1.0
A fast simulation of attractive forces acting on point-like particles embedded onto the surface of a sphere.
planet.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
20 struct GrvxPlanets {
21  unsigned n;
22  double *data;
23 };
24 
25 #ifdef __cplusplus
26 } // extern "C"
27 #endif
Set of planets.
Definition: planet.h:20
unsigned n
Definition: planet.h:21
double * data
Definition: planet.h:22