Uses of Class
org.orekit.control.heuristics.lambert.LambertSolution
Packages that use LambertSolution
Package
Description
This package provides routines related to Lambert problems.
Top level package for relative motion propagation.
-
Uses of LambertSolution in org.orekit.control.heuristics.lambert
Methods in org.orekit.control.heuristics.lambert that return types with arguments of type LambertSolutionModifier and TypeMethodDescriptionLambertSolver.solve(boolean posigrade, int nRevs, LambertBoundaryConditions boundaryConditions) Lambert's solver, with user provided number of complete revolutions.LambertSolver.solve(boolean posigrade, LambertBoundaryConditions boundaryConditions) Lambert's solver. -
Uses of LambertSolution in org.orekit.propagation.relative
Constructors in org.orekit.propagation.relative with parameters of type LambertSolutionModifierConstructorDescriptionTwoImpulseTransfer(LambertSolution solution, Vector3D v1BeforeMan, Vector3D v2AfterMan) Creates a newTwoImpulseTransferobject from aLambertSolutionand the PVs from the departure and destination orbits.