EquinoctialElements Constructor (DelaunayElements) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public EquinoctialElements(
DelaunayElements elements
)
Public Sub New (
elements As DelaunayElements
)
public:
EquinoctialElements(
DelaunayElements^ elements
)
new :
elements : DelaunayElements -> EquinoctialElements
Parameters
- elements
- Type: AGI.Foundation.CoordinatesDelaunayElements
A set of Delaunay elements.
See Also