Navigation
API > API/Plugins > API/Plugins/CelestialVault
Any celestial body with an Elliptic Orbit type will have to provide the elliptic parameters Other will use the solar system VSOP87 computations for their location
| Name | EOrbitType |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/CelestialVault/Source/CelestialVault/Public/CelestialDataTypes.h |
| Include Path | #include "CelestialDataTypes.h" |
Syntax
enum EOrbitType
{
Elliptic = 0,
Mercury,
Venus,
Earth,
Mars,
Jupiter,
Saturn,
Uranus,
Neptune,
Moon,
}
Values
| Name | Remarks |
|---|---|
| Elliptic | |
| Mercury | |
| Venus | |
| Earth | |
| Mars | |
| Jupiter | |
| Saturn | |
| Uranus | |
| Neptune | |
| Moon |