public interface FirstOrderIntegratorBuilder
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.math3.ode.AbstractIntegrator |
buildIntegrator(Orbit orbit,
OrbitType orbitType)
Build a first order integrator.
|
org.apache.commons.math3.ode.AbstractIntegrator buildIntegrator(Orbit orbit, OrbitType orbitType) throws PropagationException
orbit - reference orbitorbitType - orbit type to usePropagationException - if integrator cannot been builtCopyright © 2002-2017 CS Systèmes d'information. All rights reserved.