//astronomy/io.github.cosinekitty.astronomy/nextMoonQuarter
fun nextMoonQuarter(mq: MoonQuarterInfo): MoonQuarterInfo
Continues searching for lunar quarters from a previous search.
After calling searchMoonQuarter, this function can be called one or more times to continue finding consecutive lunar quarters. This function finds the next consecutive moon quarter event after the one passed in as the parameter mq.
See moonQuartersAfter for convenient iteration of consecutive quarter phases.
The moon quarter that occurs next in time after the one passed in mq.
mq | The previous moon quarter found by a call to searchMoonQuarter or nextMoonQuarter. |