Module com.github.weisj.jsvg
Interface FloatListInterpolator
-
- All Known Implementing Classes:
DefaultInterpolator
public 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)
-