BallisticPropagatorConfigureInitialPositionFromFixedCartesian 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)
Syntaxpublic Cartesian ConfigureInitialPositionFromFixedCartesian(
	Cartesian initialPositionFixed
)
Public Function ConfigureInitialPositionFromFixedCartesian ( 
	initialPositionFixed As Cartesian
) As Cartesian
public:
Cartesian ConfigureInitialPositionFromFixedCartesian(
	Cartesian initialPositionFixed
)
member ConfigureInitialPositionFromFixedCartesian : 
        initialPositionFixed : Cartesian -> Cartesian 
Parameters
- initialPositionFixed
 - Type: AGI.Foundation.CoordinatesCartesian
The initial position in the CentralBody's fixed frame. 
Return Value
Type: 
CartesianThe initial position, which will also be set to the 
InitialPosition property.
See Also