Files
astronomy/source/kotlin/doc/-apsis-kind/index.md
2022-11-14 13:40:10 -05:00

651 B

//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.