Uses of Class
org.orekit.control.heuristics.lambert.LambertSolution
-
Packages that use LambertSolution Package Description org.orekit.control.heuristics.lambert This package provides routines related to Lambert problems. -
-
Uses of LambertSolution in org.orekit.control.heuristics.lambert
Methods in org.orekit.control.heuristics.lambert that return types with arguments of type LambertSolution Modifier and Type Method Description List<LambertSolution>LambertSolver. solve(boolean posigrade, int nRevs, LambertBoundaryConditions boundaryConditions)Lambert's solver, with user provided number of complete revolutions.List<LambertSolution>LambertSolver. solve(boolean posigrade, LambertBoundaryConditions boundaryConditions)Lambert's solver.
-