Click or drag to resize

DelaunayElements Constructor (KeplerianElements)

Initialize a set of Delaunay elements based on a set of classical KeplerianElements.

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

Parameters

elements
Type: AGI.Foundation.CoordinatesKeplerianElements
A set of classical Keplerian elements.
Exceptions
ExceptionCondition
InvalidOperationExceptionDelaunayElements throws an exception if the given elements do not represent a closed orbit.
See Also