LambertOrbitSolverFailedToConvergeEventArgs Constructor |
Initializes a new instance.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public FailedToConvergeEventArgs(
int finalIteration,
double finalEpsilon,
int revolutionCount,
LambertPathType pathType,
OrbitDirectionType directionOfFlight
)
Public Sub New (
finalIteration As Integer,
finalEpsilon As Double,
revolutionCount As Integer,
pathType As LambertPathType,
directionOfFlight As OrbitDirectionType
)
public:
FailedToConvergeEventArgs(
int finalIteration,
double finalEpsilon,
int revolutionCount,
LambertPathType pathType,
OrbitDirectionType directionOfFlight
)
new :
finalIteration : int *
finalEpsilon : float *
revolutionCount : int *
pathType : LambertPathType *
directionOfFlight : OrbitDirectionType -> FailedToConvergeEventArgs
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