Click or drag to resize

SimpleAscentPropagatorInterpolator Property

Gets or sets the interpolator used to get values between the analytical points. This defaults to LagrangePolynomialApproximation and order 7. It is recommended that this property be left as the default.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TranslationalMotionInterpolator Interpolator { get; set; }

Property Value

Type: TranslationalMotionInterpolator
See Also