K2L:

Path: Orbit/OrbitCoord

% Converts eccentric longitude to true longitude

   Since version 1.
--------------------------------------------------------------------------
   Form:
   [L, sinL, cosL] = K2L( P1, P2, K )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   P1                   e sin(longitude of pericenter)
   P2                   e cos(longitude of pericenter)
   K                    Eccentric longitude

   -------
   Outputs
   -------
   L                    True longitude
   sinL                 Sine of true longitude
   cosL                 Cosine of true longitude

--------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D

Back to the Orbit Module page