Package arc.math

Interface Interp

All Known Implementing Classes:
Interp.Bounce, Interp.BounceIn, Interp.BounceOut, Interp.Elastic, Interp.ElasticIn, Interp.ElasticOut, Interp.Exp, Interp.ExpIn, Interp.ExpOut, Interp.Pow, Interp.PowIn, Interp.PowOut, Interp.Swing, Interp.SwingIn, Interp.SwingOut

public interface Interp
Takes a Linear value in the range of 0-1 and outputs a (usually) non-Linear, interpolated value.