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