Uses of Class
org.orekit.control.heuristics.lambert.LambertBoundaryConditions
-
Packages that use LambertBoundaryConditions Package Description org.orekit.control.heuristics.lambert This package provides routines related to Lambert problems. -
-
Uses of LambertBoundaryConditions in org.orekit.control.heuristics.lambert
Methods in org.orekit.control.heuristics.lambert that return LambertBoundaryConditions Modifier and Type Method Description LambertBoundaryConditionsLambertDifferentialCorrector. getLambertBoundaryConditions()Getter for the boundary conditions.Methods in org.orekit.control.heuristics.lambert with parameters of type LambertBoundaryConditions Modifier and Type Method Description RealMatrixLambertSolver. computeJacobian(boolean posigrade, int nRev, LambertBoundaryConditions boundaryConditions)Computes the Jacobian matrix of the Lambert solution.LambertBoundaryVelocitiesLambertSolver. solve(boolean posigrade, int nRev, LambertBoundaryConditions boundaryConditions)Solve for the corresponding velocity vectors given two position vectors and a duration.Constructors in org.orekit.control.heuristics.lambert with parameters of type LambertBoundaryConditions Constructor Description LambertDifferentialCorrector(LambertBoundaryConditions lambertBoundaryConditions)Constructor.
-