DotNet.Astronomy.Record.SpinOrbitResonance - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

EliteDangerousAlmanac / Astronomy / SpinOrbitResonance

Record: SpinOrbitResonance

Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyOrbit.cs:40

How a body's turning and its orbit keep step.

Remarks

One turn to one orbit is a tidally locked body, which keeps one face towards what it orbits. Three turns to two orbits is what Mercury does around the Sun.

Constructors

new SpinOrbitResonance()

new SpinOrbitResonance(Rotations, Orbits)

Parameters

Rotations

int

The turns the body makes.

Orbits

int

The orbits it makes in the same time.

Properties

Orbits

Orbits: int

The orbits it makes in the same time.

Rotations

Rotations: int

The turns the body makes.

⚠️ **GitHub.com Fallback** ⚠️