Click or drag to resize

PropagationNewtonianPointIntegrationPoint 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.Propagators
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override Point IntegrationPoint { get; }

Property Value

Type: Point
See Also