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.2.419.0 (24.2.419.0)
Syntax public Cartesian ConfigureInitialPositionFromCartographic(
Cartographic initialPosition
)
Public Function ConfigureInitialPositionFromCartographic (
initialPosition As Cartographic
) As Cartesian
public:
Cartesian ConfigureInitialPositionFromCartographic(
Cartographic initialPosition
)
member ConfigureInitialPositionFromCartographic :
initialPosition : Cartographic -> Cartesian
Parameters
- initialPosition
- Type: AGI.Foundation.CoordinatesCartographic
The initial position, as a Cartographic in the
CentralBody's fixed frame.
Return Value
Type:
CartesianThe initial position, which will also be set to the
InitialPosition property.
See Also