Files
astronomy/source/kotlin/doc/-node-event-info/index.md
Don Cross 5708ae36a6 Process Kotlin documentation to fix dokka issues.
The dokkaGfm tool has a few oddities I don't like.
I updated my format_kotlin_doc.py script to work around
a couple of them:

1. Strip out all the noisy [jvm] tags it puts everywhere.

2. Remove the unhelpful and incorrect `Properties` sections
   it adds to all my enum classes and enum members.

I will come back and address other issues later.
2022-04-25 12:56:35 -04:00

991 B

//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.