SimpleAscentPropagatorAscentType Enumeration |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic enum SimpleAscentPropagatorAscentType
Public Enumeration SimpleAscentPropagatorAscentType
public enum class SimpleAscentPropagatorAscentType
type SimpleAscentPropagatorAscentType
Members
| Member name | Description |
---|
| EllipseCubic |
Use a cubic spline.
|
| EllipseQuartic |
Use a quartic spline.
|
See Also