#include <CelestialBody.hpp>
|
float | radius {0.0f} |
| Distance in metres between the centre of the orbit and the body's centre of gravity.
|
|
float | inclination {0.0f} |
| Angle in radians between the body's orbital axis and its parent's rotational axis.
|
|
float | speed {0.0f} |
| Rotation speed in radians per second.
|
|
◆ inclination
float OrbitConfiguration::inclination {0.0f} |
◆ radius
float OrbitConfiguration::radius {0.0f} |
◆ speed
float OrbitConfiguration::speed {0.0f} |
The documentation for this struct was generated from the following file: