Click or drag to resize

SimpleAscentPropagatorAscentType Enumeration

The type of spline to use in the SimpleAscentPropagator.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public enum SimpleAscentPropagatorAscentType
Members
  Member nameDescription
EllipseCubic Use a cubic spline.
EllipseQuartic Use a quartic spline.
See Also