Siddhanta Parity API Documentation - v1.3.0
    Preparing search index...
    • Finds the next planetary perihelion or aphelion event in a series.

      This function requires an Apsis value obtained from a call to SearchPlanetApsis or NextPlanetApsis. Given an aphelion event, this function finds the next perihelion event, and vice versa. See SearchPlanetApsis for more details.

      Parameters

      • body: Body

        The planet for which to find the next perihelion/aphelion event. Not allowed to be Body.Sun or Body.Moon. Must match the body passed into the call that produced the apsis parameter.

      • apsis: Apsis

        An apsis event obtained from a call to SearchPlanetApsis or NextPlanetApsis.

      Returns Apsis

      Same as the return value for SearchPlanetApsis.