Click or drag to resize

AircraftMotionElementIntegrationPoint Property

Gets a Point which is parameterized on the position and velocity in the state during integration. This point is only valid while the NumericalPropagator is running. For more general use, a PointInterpolator should be created from the NumericalPropagationStateHistory produced by the propagator.

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Point IntegrationPoint { get; }

Property Value

Type: Point
See Also