Click or drag to resize

AxesVelocityOrbitNormal Constructor (Point, CentralBody)

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 AxesVelocityOrbitNormal(
	Point point,
	CentralBody centralBody
)

Parameters

point
Type: AGI.Foundation.GeometryPoint
The location to make this axes from.
centralBody
Type: AGI.Foundation.CelestialCentralBody
The CentralBody that the point is around.
See Also