Click or drag to resize

BallisticPropagator.ConfigureInitialPositionFromCartographic 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: 25.1.421.0 (25.1.421.0)
Syntax
public Cartesian ConfigureInitialPositionFromCartographic(
	Cartographic initialPosition
)

Parameters

initialPosition
Type: AGI.Foundation.Coordinates.Cartographic
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