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