Interface ODEIntegratorBuilder

    • Method Detail

      • buildIntegrator

        org.hipparchus.ode.AbstractIntegrator buildIntegrator​(Orbit orbit,
                                                              OrbitType orbitType)
        Build a first order integrator.
        Parameters:
        orbit - reference orbit
        orbitType - orbit type to use
        Returns:
        a first order integrator ready to use