SimpleAscentPropagatorInitialAcceleration Property |
Gets or sets the initial acceleration at launch. The
AscentType type must be set to quartic to use. This defaults to zero m/s^2.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double InitialAcceleration { get; set; }
Public Property InitialAcceleration As Double
Get
Set
public:
property double InitialAcceleration {
double get ();
void set (double value);
}
member InitialAcceleration : float with get, set
Property Value
Type:
DoubleSee Also