Click or drag to resize

KeplerianElements Constructor (ModifiedKeplerianElements)

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

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(
	ModifiedKeplerianElements elements
)

Parameters

elements
Type: AGI.Foundation.CoordinatesModifiedKeplerianElements
The modified Keplerian elements.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when the parameter elements is .
InvalidOperationExceptionThe given elements must represent a closed orbit. The exception is thrown if the eccentricity is negative or not below unity or if the semimajor axis is not finitely positive. For other orbit types, use ModifiedKeplerianElements.
See Also