Class Interpolationd

java.lang.Object
gaiasky.util.math.Interpolationd
Direct Known Subclasses:
Interpolationd.BounceOut, Interpolationd.Elastic, Interpolationd.Exp, Interpolationd.Pow, Interpolationd.Swing, Interpolationd.SwingIn, Interpolationd.SwingOut

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