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.2.419.0 (24.2.419.0)
Syntax public AircraftMotionIntegrationPoint(
CentralBody centralBody
)
Public Sub New (
centralBody As CentralBody
)
public:
AircraftMotionIntegrationPoint(
CentralBody^ centralBody
)
new :
centralBody : CentralBody -> AircraftMotionIntegrationPoint
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The ellipsoid used to define the state during integration.
See Also