Skip to content

astro.TypeAlias.EccentricityClass

github-actions[bot] edited this page Aug 28, 2026 · 1 revision

@elite-dangerous-almanac/core / astro / EccentricityClass

Type Alias: EccentricityClass

EccentricityClass = "circular" | "nearly-circular" | "eccentric" | "highly-eccentric"

Defined in: src/astro/body-orbit.ts:58

How round an orbit is, in the four bands the Canonn tooling reports.

  • circular — eccentricity exactly 0.
  • nearly-circular — below 0.4.
  • eccentric — below 0.8.
  • highly-eccentric0.8 and above.

Remarks

The bands are descriptive rather than physical: nothing changes at 0.4. They exist so that "how unusual is this orbit" has one answer everywhere instead of a different threshold per caller.

API

Guides
astro
Classes (1)
ProceduralSystem

Properties

Accessors

Methods

Interfaces (28)
Type Aliases (6)
Variables (22)
Functions (57)
Subpath modules (3)
commodities
Interfaces (1)
Type Aliases (1)
Variables (3)
Functions (3)
equipment
Interfaces (6)
Type Aliases (8)
Variables (3)
Functions (10)
Subpath modules (2)
i18n
Interfaces (1)
Type Aliases (1)
Functions (17)
materials
Enumerations (2)
Interfaces (2)
Type Aliases (2)
Variables (9)
Functions (9)
ships
Classes (3)
BuildMetrics

Methods

LoadoutEditError

Constructors

Properties

Methods

ShipLoadout

Accessors

Methods

Interfaces (125)
Type Aliases (44)
Variables (10)
Functions (85)
Subpath modules (8)

Clone this wiki locally