Click or drag to resize

BallisticPropagatorInitialPosition Property

Gets or sets the initial point of the ballistic trajectory, in the CentralBody's inertial frame. You can use ConfigureInitialPositionFromCartographic(Cartographic) or ConfigureInitialPositionFromFixedCartesian(Cartesian) to easily set this property from fixed coordinates if the InitialTime has already been set.

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 InitialPosition { get; set; }

Property Value

Type: Cartesian
See Also