astronomy

//astronomy/io.github.cosinekitty.astronomy/ApsisKind

ApsisKind

enum ApsisKind : Enum<ApsisKind>

The type of apsis: pericenter (closest approach) or apocenter (farthest distance).

Entries

   
Pericenter
Pericenter()
The body is at its closest approach to the object it orbits.
 
Apocenter
Apocenter()
The body is at its farthest distance from the object it orbits.