Uses of Class
org.orekit.forces.maneuvers.ImpulseManeuver
-
Packages that use ImpulseManeuver Package Description org.orekit.forces.maneuvers This package provides models of simple maneuvers. -
-
Uses of ImpulseManeuver in org.orekit.forces.maneuvers
Methods in org.orekit.forces.maneuvers that return ImpulseManeuver Modifier and Type Method Description protected ImpulseManeuver<T>
ImpulseManeuver. create(double newMaxCheck, double newThreshold, int newMaxIter, EventHandler<? super ImpulseManeuver<T>> newHandler)
Build a new instance.Method parameters in org.orekit.forces.maneuvers with type arguments of type ImpulseManeuver Modifier and Type Method Description protected ImpulseManeuver<T>
ImpulseManeuver. create(double newMaxCheck, double newThreshold, int newMaxIter, EventHandler<? super ImpulseManeuver<T>> newHandler)
Build a new instance.
-