DotNet.Astronomy.Record.RingDynamics - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Astronomy / RingDynamics
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyRings.cs:14
How fast one ring travels around what it orbits.
new RingDynamics(
OrbitalPeriod,NominalRadius,InnerVelocity,OuterVelocity)
double
The period at the nominal radius, in seconds.
double
The radius the period is taken at, in metres. It is three eighths of the way out from the inner edge. See BodyRings.Dynamics for where that fraction comes from.
double
The speed at the inner edge, in metres a second.
double
The speed at the outer edge, in metres a second.
InnerVelocity:
double
The speed at the inner edge, in metres a second.
NominalRadius:
double
The radius the period is taken at, in metres. It is three eighths of the way out from the inner edge. See BodyRings.Dynamics for where that fraction comes from.
OrbitalPeriod:
double
The period at the nominal radius, in seconds.
OuterVelocity:
double
The speed at the outer edge, in metres a second.