BallisticPropagator.InitialVelocity Property |
Gets or sets the initial velocity of the ballistic trajectory, in the
CentralBody's inertial frame. Generally this property and
FinalTime are calculated by calling the configuration method that corresponds to your
desired constraint.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Cartesian InitialVelocity { get; set; }
Public Property InitialVelocity As Cartesian
Get
Set
public:
property Cartesian InitialVelocity {
Cartesian get ();
void set (Cartesian value);
}
member InitialVelocity : Cartesian with get, set
Property Value
Type:
Cartesian
See Also