SimpleAscentPropagatorBurnoutVelocityFrame Enumeration |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic enum SimpleAscentPropagatorBurnoutVelocityFrame
Public Enumeration SimpleAscentPropagatorBurnoutVelocityFrame
public enum class SimpleAscentPropagatorBurnoutVelocityFrame
type SimpleAscentPropagatorBurnoutVelocityFrame
Members
| Member name | Description |
---|
| FixedFrame |
Use the CentralBody's fixed frame for specifying the burnout velocity vector.
|
| InertialFrame |
Use the CentralBody's inertial frame for specifying the burnout velocity vector.
|
Remarks
The appropriate burnout velocity properties will need to be set.
See Also