astro.Interface.RingDynamics - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / astro / RingDynamics
Defined in: src/astro/body-rings.ts:71
How fast a ring turns, and how fast each of its edges is therefore moving.
readonlyinnerVelocity:number
Defined in: src/astro/body-rings.ts:77
Speed of the inner edge, in m/s. The slower one, because the ring turns rigidly.
readonlynominalRadius:number
Defined in: src/astro/body-rings.ts:75
The radius that period is taken at, in metres — see ringDynamics.
readonlyorbitalPeriod:number
Defined in: src/astro/body-rings.ts:73
The single period the whole ring turns in, in seconds.
readonlyouterVelocity:number
Defined in: src/astro/body-rings.ts:79
Speed of the outer edge, in m/s.