EquinoctialElementsMeanLongitudeToEccentricLongitude Method |
Converts the longitude of mean anomaly to longitude of eccentric anomaly.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static double MeanLongitudeToEccentricLongitude(
double meanLongitude,
double eccentricitySineLongitudeOfPeriapsis,
double eccentricityCosineLongitudeOfPeriapsis
)
Public Shared Function MeanLongitudeToEccentricLongitude (
meanLongitude As Double,
eccentricitySineLongitudeOfPeriapsis As Double,
eccentricityCosineLongitudeOfPeriapsis As Double
) As Double
public:
static double MeanLongitudeToEccentricLongitude(
double meanLongitude,
double eccentricitySineLongitudeOfPeriapsis,
double eccentricityCosineLongitudeOfPeriapsis
)
static member MeanLongitudeToEccentricLongitude :
meanLongitude : float *
eccentricitySineLongitudeOfPeriapsis : float *
eccentricityCosineLongitudeOfPeriapsis : float -> float
Parameters
- meanLongitude
- Type: SystemDouble
The longitude of the mean anomaly (radians). - eccentricitySineLongitudeOfPeriapsis
- Type: SystemDouble
The sine term of the equinoctial elements. - eccentricityCosineLongitudeOfPeriapsis
- Type: SystemDouble
The cosine term of the equinoctial elements.
Return Value
Type:
DoubleThe longitude of the eccentric anomaly (radians).
Exceptions See Also