Click or drag to resize

LambertOrbitSolverFailedToConvergeEventArgs Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public FailedToConvergeEventArgs(
	int finalIteration,
	double finalEpsilon,
	int revolutionCount,
	LambertPathType pathType,
	OrbitDirectionType directionOfFlight
)

Parameters

finalIteration
Type: SystemInt32
The final iteration number that the solver reached.
finalEpsilon
Type: SystemDouble
The final error that the solver achieved.
revolutionCount
Type: SystemInt32
The number of revolutions in this orbit.
pathType
Type: AGI.Foundation.PropagatorsLambertPathType
Whether the path is large or small semi major axis.
directionOfFlight
Type: AGI.Foundation.CoordinatesOrbitDirectionType
The rotation sense of the Lambert transfer orbit.
See Also