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: 25.1.421.0 (25.1.421.0)
Syntax
public AircraftMotionIntegrationPoint(
	CentralBody centralBody
)

Parameters

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