BallisticTrajectoryInformationDeltaV Property |
Gets the magnitude of the impulsive velocity change at the start of the trajectory in meters per second.
This value assumes the object was initially motionless in the
CentralBody's fixed frame.
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 DeltaV { get; }
Public ReadOnly Property DeltaV As Double
Get
public:
property double DeltaV {
double get ();
}
member DeltaV : float with get
Property Value
Type:
DoubleSee Also