Interface FieldOrekitStepInterpolator<T extends CalculusFieldElement<T>>

Type Parameters:
T - type of the field elements
All Superinterfaces:
FieldPVCoordinatesProvider<T>

public interface FieldOrekitStepInterpolator<T extends CalculusFieldElement<T>> extends FieldPVCoordinatesProvider<T>
This interface is a space-dynamics aware step interpolator.

It mirrors the StepInterpolator interface from commons-math but provides a space-dynamics interface to the methods.

Author:
Luc Maisonobe