public class LutherIntegratorBuilder extends Object implements FirstOrderIntegratorBuilder
Constructor and Description |
---|
LutherIntegratorBuilder(double step)
Build a new instance.
|
Modifier and Type | Method and Description |
---|---|
org.apache.commons.math3.ode.AbstractIntegrator |
buildIntegrator(Orbit orbit,
OrbitType orbitType)
Build a first order integrator.
|
public LutherIntegratorBuilder(double step)
step
- step size (s)LutherIntegrator
public org.apache.commons.math3.ode.AbstractIntegrator buildIntegrator(Orbit orbit, OrbitType orbitType)
buildIntegrator
in interface FirstOrderIntegratorBuilder
orbit
- reference orbitorbitType
- orbit type to useCopyright © 2002–2016 CS Syst?mes d'Information. All rights reserved.