BallisticPropagatorConfigureFromFlightDuration Method (Cartesian, Duration) |
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 ConfigureFromFlightDuration(
Cartesian targetPositionFixed,
Duration flightDuration
)
Public Function ConfigureFromFlightDuration (
targetPositionFixed As Cartesian,
flightDuration As Duration
) As BallisticPropagatorSolutionType
public:
BallisticPropagatorSolutionType ConfigureFromFlightDuration(
Cartesian targetPositionFixed,
Duration flightDuration
)
member ConfigureFromFlightDuration :
targetPositionFixed : Cartesian *
flightDuration : Duration -> BallisticPropagatorSolutionType
Parameters
- targetPositionFixed
- Type: AGI.Foundation.CoordinatesCartesian
The target position in the CentralBody's fixed frame. - flightDuration
- Type: AGI.Foundation.TimeDuration
The desired flight time from the initial to target position.
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