mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-02-18 15:27:54 -05:00
804 B
804 B
//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. |