Interface FloatListInterpolator

All Known Implementing Classes:
DefaultInterpolator

public interface FloatListInterpolator
  • Method Summary

    Modifier and Type
    Method
    Description
    float @NotNull []
    interpolate(float @NotNull [] initial, float @NotNull [] a, float @Nullable [] b, float progress, float @Nullable [] cache)
     
  • Method Details

    • interpolate

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