//astronomy/io.github.cosinekitty.astronomy/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.
startTime | The date and time for starting the search for a series of lunar apsides. |