BallisticPropagatorConfigureForMinimumEnergy Method (Cartesian) |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public BallisticPropagatorSolutionType ConfigureForMinimumEnergy(
Cartesian targetPositionFixed
)
Public Function ConfigureForMinimumEnergy (
targetPositionFixed As Cartesian
) As BallisticPropagatorSolutionType
public:
BallisticPropagatorSolutionType ConfigureForMinimumEnergy(
Cartesian targetPositionFixed
)
member ConfigureForMinimumEnergy :
targetPositionFixed : Cartesian -> BallisticPropagatorSolutionType
Parameters
- targetPositionFixed
- Type: AGI.Foundation.CoordinatesCartesian
The target position in the CentralBody's fixed frame.
Return Value
Type:
BallisticPropagatorSolutionTypeAn enumeration which reports whether the calculation successfully met the provided constraint, or
contains an alternative solution or best guess.
See Also