//astronomy/io.github.cosinekitty.astronomy/ApsisKind
enum ApsisKind : Enum<ApsisKind>
The type of apsis: pericenter (closest approach) or apocenter (farthest distance).
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. |