mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-01-06 06:27:57 -05:00
651 B
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. |