Click or drag to resize

KeplerianElements Constructor (EquinoctialElements, Double, Double)

Initialize a set of classical Keplerian elements from a set of EquinoctialElements.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public KeplerianElements(
	EquinoctialElements elements,
	double eccentricityTolerance,
	double inclinationTolerance
)

Parameters

elements
Type: AGI.Foundation.CoordinatesEquinoctialElements
A set of Equinoctial elements.
eccentricityTolerance
Type: SystemDouble
The tolerance which defines the value of 'zero' to use when checking whether the eccentricity is zero below which the orbit is circular.
inclinationTolerance
Type: SystemDouble
The tolerance which defines the value of 'zero' to use when checking whether the inclination is zero below which the orbit is equatorial.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when the parameter elements is .
ArgumentOutOfRangeExceptionThrown if either eccentricityTolerance or inclinationTolerance is negative.
See Also