Click or drag to resize

AxesEastNorthUp Constructor (CentralBody, Point)

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AxesEastNorthUp(
	CentralBody centralBody,
	Point referencePoint
)

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