Package pi.animation

Interface Interpolator<V>

All Known Implementing Classes:
ConstantInterpolator, CosinusDouble, EaseInOutDouble, LinearDouble, LinearInteger, ReverseEaseDouble, SinusDouble

public interface Interpolator<V>
  • Method Summary

    Modifier and Type
    Method
    Description
    interpolate(double progress)
     
  • Method Details

    • interpolate

      V interpolate(double progress)