Click or drag to resize

AircraftMotionIntegrationPoint Constructor (CentralBody)

Initializes a new instance with the given ellipsoid and frame of integration.

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AircraftMotionIntegrationPoint(
	CentralBody centralBody
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The ellipsoid used to define the state during integration.
See Also