Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 823 Bytes

lunar-apsides-after.md

File metadata and controls

15 lines (9 loc) · 823 Bytes

//astronomy/io.github.cosinekitty.astronomy/lunarApsidesAfter

lunarApsidesAfter

fun lunarApsidesAfter(startTime: Time): Sequence<ApsisInfo>

Enumerates a series of consecutive lunar apsides that occur after a given time.

This function enables iteration through an unlimited number of consecutive lunar perigees/apogees starting at a given time. This is a convenience wrapper around searchLunarApsis and nextLunarApsis.

Parameters

startTime The date and time for starting the search for a series of lunar apsides.