public class ClassicalRungeKuttaIntegratorBuilder extends Object implements FirstOrderIntegratorBuilder
Constructor and Description |
---|
ClassicalRungeKuttaIntegratorBuilder(double step)
Build a new instance.
|
public ClassicalRungeKuttaIntegratorBuilder(double step)
step
- step size (s)ClassicalRungeKuttaIntegrator
public AbstractIntegrator buildIntegrator(Orbit orbit)
buildIntegrator
in interface FirstOrderIntegratorBuilder
orbit
- reference orbitCopyright © 2002-2015 CS Systèmes d'information. All rights reserved.