Class Interpolation

java.lang.Object
org.oscim.utils.math.Interpolation
Direct Known Subclasses:
Interpolation.BounceOut, Interpolation.Elastic, Interpolation.Exp, Interpolation.Pow, Interpolation.Swing, Interpolation.SwingIn, Interpolation.SwingOut

public abstract class Interpolation extends Object
Takes a linear value in the range of 0-1 and outputs a (usually) non-linear, interpolated value.