astronomy

//astronomy/io.github.cosinekitty.astronomy/NodeEventKind

NodeEventKind

enum NodeEventKind : Enum<NodeEventKind>

Indicates whether a crossing through the ecliptic plane is ascending or descending.

Entries

   
Ascending
Ascending()
The body passes through the ecliptic plane from south to north.
 
Descending
Descending()
The body passes through the ecliptic plane from north to south.