Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 818 Bytes

moon-nodes-after.md

File metadata and controls

15 lines (9 loc) · 818 Bytes

//astronomy/io.github.cosinekitty.astronomy/moonNodesAfter

moonNodesAfter

fun moonNodesAfter(startTime: Time): Sequence<NodeEventInfo>

Enumerates a series of consecutive ascending/descending nodes of the Moon.

This function enables iteration through an unlimited number of consecutive lunar nodes starting at a given time. This is a convenience wrapper around searchMoonNode and nextMoonNode.

Parameters

startTime The date and time for starting the search for a series of ascending/descending nodes of the Moon.