Class AbstractFieldTimeInterpolator<T extends FieldTimeStamped<KK>,​KK extends CalculusFieldElement<KK>>

    • Field Detail

      • DEFAULT_EXTRAPOLATION_THRESHOLD_SEC

        public static final double DEFAULT_EXTRAPOLATION_THRESHOLD_SEC
        Default extrapolation time threshold: 1ms.
        See Also:
        Constant Field Values
      • DEFAULT_INTERPOLATION_POINTS

        public static final int DEFAULT_INTERPOLATION_POINTS
        Default number of interpolation points.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractFieldTimeInterpolator

        public AbstractFieldTimeInterpolator​(int interpolationPoints,
                                             double extrapolationThreshold)
        Constructor.
        Parameters:
        interpolationPoints - number of interpolation points
        extrapolationThreshold - extrapolation threshold beyond which the propagation will fail