Click or drag to resize

LambertOrbitSolverSolveMinimumEccentricityTransfer Method (Cartesian, Cartesian, Cartesian)

Solves the constrained Lambert problem given the input. The solver is constrained to return the minimum eccentricity orbit.

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 SolveMinimumEccentricityTransfer(
	Cartesian initialPosition,
	Cartesian finalPosition,
	Cartesian orbitalPlaneVector
)

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.
orbitalPlaneVector
Type: AGI.Foundation.CoordinatesCartesian
A vector that is used in conjunction with the initial position of the spacecraft to define the orbital plane in the case of ambiguity. Typically the velocity at the initial position if known.

Return Value

Type: LambertResult
See Also