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: 24.1.418.0 (24.1.418.0)
Syntax
public enum SimpleAscentPropagatorAscentType
Members
  Member nameDescription
EllipseCubic Use a cubic spline.
EllipseQuartic Use a quartic spline.
See Also