Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 991 Bytes

File metadata and controls

22 lines (14 loc) · 991 Bytes

//astronomy/io.github.cosinekitty.astronomy/NodeEventInfo

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.

Constructors

NodeEventInfo
fun NodeEventInfo(time: Time, kind: NodeEventKind)

Properties

Name Summary
kind
val kind: NodeEventKind
Whether the node is ascending or descending.
time
val time: Time
The time of the body's node.