horizontdeformer.interpolators

Class LinearInterpolation

public class LinearInterpolation extends Object implements Interpolation

Constructor Summary
LinearInterpolation(int x1, int y1, int x2, int y2)
Creates a new instance of LinearInterpolation
Method Summary
intgetY(int x)

Constructor Detail

LinearInterpolation

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

Method Detail

getY

public int getY(int x)