Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 735 Bytes

next-moon-node.md

File metadata and controls

17 lines (10 loc) · 735 Bytes

//astronomy/io.github.cosinekitty.astronomy/nextMoonNode

nextMoonNode

fun nextMoonNode(prevNode: NodeEventInfo): NodeEventInfo

Searches for the next time when the Moon's center crosses through the ecliptic plane.

Call searchMoonNode to find the first of a series of nodes. Then call nextMoonNode to find as many more consecutive nodes as desired.

See moonNodesAfter for convenient iteration of consecutive nodes.

Parameters

prevNode The previous node found from calling searchMoonNode or nextMoonNode.