Click or drag to resize

DelaunayElements Constructor (ModifiedKeplerianElements)

Initialize a set of Delaunay elements based on 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 DelaunayElements(
	ModifiedKeplerianElements elements
)

Parameters

elements
Type: AGI.Foundation.CoordinatesModifiedKeplerianElements
A set of modified Keplerian elements.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if elements is .
InvalidOperationException Thrown if the given elements do not represent a closed orbit.
See Also