Click or drag to resize

BallisticPropagatorConfigureInitialPositionFromCartographic Method

Populates the InitialPosition property with the position in the inertial frame which corresponds to the given position in the fixed frame at InitialTime. The InitialTime must be set prior to calling this method.

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 ConfigureInitialPositionFromCartographic(
	Cartographic initialPosition
)

Parameters

initialPosition
Type: AGI.Foundation.CoordinatesCartographic
The initial position, as a Cartographic in the CentralBody's fixed frame.

Return Value

Type: Cartesian
The initial position, which will also be set to the InitialPosition property.
See Also