//astronomy/io.github.cosinekitty.astronomy/NodeEventInfo
class NodeEventInfo(time: Time, kind: NodeEventKind)
Information about an ascending or descending node of a body.
This object is returned by searchMoonNode and nextMoonNode to report information about the center of the Moon passing through the ecliptic plane.
| NodeEventInfo fun NodeEventInfo(time: Time, kind: NodeEventKind) |
| Name | Summary |
|---|---|
| kind val kind: NodeEventKind Whether the node is ascending or descending. |
|
| time val time: Time The time of the body’s node. |