Uses of Class
org.orekit.control.heuristics.lambert.LambertBoundaryVelocities
-
Packages that use LambertBoundaryVelocities Package Description org.orekit.control.heuristics.lambert This package provides routines related to Lambert problems. -
-
Uses of LambertBoundaryVelocities in org.orekit.control.heuristics.lambert
Methods in org.orekit.control.heuristics.lambert that return LambertBoundaryVelocities Modifier and Type Method Description protected LambertBoundaryVelocitiesLambertDifferentialCorrector. iterate(AbstractPropagator propagator)Apply differential corrections until convergence (interrupted by maximum iterations count).LambertBoundaryVelocitiesLambertDifferentialCorrector. solve(AbstractPropagator propagator, Vector3D guessInitialVelocity)Method applying differential correction on the guess (Newton-Raphson algorithm).LambertBoundaryVelocitiesLambertSolver. solve(boolean posigrade, int nRev, LambertBoundaryConditions boundaryConditions)Solve for the corresponding velocity vectors given two position vectors and a duration.
-