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 LambertBoundaryConditionsLambertSolution. getBoundaryConditions()Get the boundary conditions.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(LambertBoundaryConditions boundaryConditions, LambertBoundaryVelocities velocities)Computes the Jacobian matrix of the Lambert solution.voidLambertSolver. initialSetup(boolean posigrade, LambertBoundaryConditions boundaryConditions)Initial set up of geometry and auxiliary variables.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.Constructors in org.orekit.control.heuristics.lambert with parameters of type LambertBoundaryConditions Constructor Description LambertDifferentialCorrector(LambertBoundaryConditions lambertBoundaryConditions)Constructor.LambertSolution(int nRev, LambertPathType pathType, LambertOrbitType orbitType, boolean posigrade, LambertBoundaryConditions boundaryConditions, Vector3D v1, Vector3D v2)Basic constructor with initial and terminal velocities.LambertSolution(int nRev, LambertPathType pathType, LambertOrbitType orbitType, boolean posigrade, LambertBoundaryConditions boundaryConditions, LambertBoundaryVelocities boundaryVelocities)Basic constructor with LambertBoundaryVelocities directly.
-