Click or drag to resize

DelaunayElements Constructor (EquinoctialElements)

Initialize a set of Delaunay elements based on a set of EquinoctialElements.

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

Parameters

elements
Type: AGI.Foundation.CoordinatesEquinoctialElements
A set of equinoctial elements.
See Also