Class LinearInterpolation

java.lang.Object
horizontdeformer.interpolators.LinearInterpolation
All Implemented Interfaces:
Interpolation

public class LinearInterpolation extends Object implements Interpolation
  • Constructor Details

    • LinearInterpolation

      public LinearInterpolation(int x1, int y1, int x2, int y2)
      Creates a new instance of LinearInterpolation
  • Method Details