AxesNorthEastDown Constructor (CentralBody, Point) |
Initializes a new instance.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AxesNorthEastDown(
CentralBody centralBody,
Point referencePoint
)
Public Sub New (
centralBody As CentralBody,
referencePoint As Point
)
public:
AxesNorthEastDown(
CentralBody^ centralBody,
Point^ referencePoint
)
new :
centralBody : CentralBody *
referencePoint : Point -> AxesNorthEastDown
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body that defines the surface. - referencePoint
- Type: AGI.Foundation.GeometryPoint
The reference point that defines the axes.
See Also