Click or drag to resize

LambertOrbitSolverSolveMinimumEnergyTransfer Method (Cartesian, Cartesian)

Solves the constrained Lambert problem given the input. The solver is constrained to return the minimum energy solution.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public LambertResult SolveMinimumEnergyTransfer(
	Cartesian initialPosition,
	Cartesian finalPosition
)

Parameters

initialPosition
Type: AGI.Foundation.CoordinatesCartesian
The first position in the transfer orbit.
finalPosition
Type: AGI.Foundation.CoordinatesCartesian
The final position in the transfer orbit.

Return Value

Type: LambertResult
Remarks
This method does not include an orbital plane vector used for transfers spanning π in angle subtended.
See Also