Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public Cartesian InitialVelocity { get; set; }

Property Value

Type: Cartesian
See Also