Click or drag to resize

EquinoctialElements Constructor (DelaunayElements)

Initialize a set of equinoctial 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 EquinoctialElements(
	DelaunayElements elements
)

Parameters

elements
Type: AGI.Foundation.CoordinatesDelaunayElements
A set of Delaunay elements.
See Also