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

EliteDangerousAlmanac / Astronomy / OrbitExtents

Record: OrbitExtents

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

How near and how far one orbit takes a body.

Constructors

new OrbitExtents()

new OrbitExtents(SemiMajorAxis, Periapsis, Apoapsis, Eccentricity)

Parameters

SemiMajorAxis

double

The semi-major axis in metres.

Periapsis

double

The nearest distance in metres.

Apoapsis

double

The furthest distance in metres.

Eccentricity

double

The eccentricity the extents were computed at.

Properties

Apoapsis

Apoapsis: double

The furthest distance in metres.

Eccentricity

Eccentricity: double

The eccentricity the extents were computed at.

Periapsis

Periapsis: double

The nearest distance in metres.

SemiMajorAxis

SemiMajorAxis: double

The semi-major axis in metres.

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