Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public static double MeanLongitudeToEccentricLongitude(
	double meanLongitude,
	double eccentricitySineLongitudeOfPeriapsis,
	double eccentricityCosineLongitudeOfPeriapsis
)

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: Double
The longitude of the eccentric anomaly (radians).
Exceptions
ExceptionCondition
InvalidOperationExceptionThis method throws an exception if the orbit is not closed.
InvalidOperationException Thrown when the provided arguments do not allow this function to converge.
See Also