Click or drag to resize

KeplerianElements Constructor (DelaunayElements)

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

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

Parameters

elements
Type: AGI.Foundation.CoordinatesDelaunayElements
A set of Delaunay elements.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when elements is .
See Also