EquinoctialElements Constructor (DelaunayElements) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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