BallisticPropagatorInitialVelocity 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
CartesianSee Also