SimpleAscentPropagatorBurnoutVelocityFrame Enumeration |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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