Class LinearInteger

java.lang.Object
pi.animation.interpolation.LinearInteger
All Implemented Interfaces:
Interpolator<Integer>

public class LinearInteger extends Object implements Interpolator<Integer>
  • Constructor Details

    • LinearInteger

      @API public LinearInteger(int start, int end)