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
GrvxPlanets
Set of planets.
Definition:
planet.h:20
GrvxPlanets::n
unsigned n
Definition:
planet.h:21
GrvxPlanets::data
double * data
Definition:
planet.h:22
include
libgravix2
planet.h
Generated by
1.9.1