Interface FloatListInterpolator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      float @NotNull [] interpolate​(float @NotNull [] initial, float @NotNull [] a, float @Nullable [] b, float progress, float @Nullable [] cache)  
    • Method Detail

      • interpolate

        float @NotNull [] interpolate​(float @NotNull [] initial,
                                      float @NotNull [] a,
                                      float @Nullable [] b,
                                      float progress,
                                      float @Nullable [] cache)