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: 25.1.421.0 (25.1.421.0)
Syntax
public DelaunayElements(
	ModifiedKeplerianElements elements
)

Parameters

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