ODEIntegratorBuilderpublic class EulerIntegratorBuilder extends Object implements ODEIntegratorBuilder
| Constructor | Description |
|---|---|
EulerIntegratorBuilder(double step) |
Build a new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
AbstractIntegrator |
buildIntegrator(Orbit orbit,
OrbitType orbitType) |
Build a first order integrator.
|
public EulerIntegratorBuilder(double step)
step - step size (s)EulerIntegratorpublic AbstractIntegrator buildIntegrator(Orbit orbit, OrbitType orbitType)
buildIntegrator in interface ODEIntegratorBuilderorbit - reference orbitorbitType - orbit type to useCopyright © 2002-2018 CS Systèmes d'information. All rights reserved.