werkzeug.interpolation
Class InterpolateSmoothstep

java.lang.Object
  extended by werkzeug.interpolation.InterpolateSmoothstep
All Implemented Interfaces:
java.io.Serializable, InterpolatorKernel

public class InterpolateSmoothstep
extends java.lang.Object
implements InterpolatorKernel, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
InterpolateSmoothstep(float theMin, float theMax)
           
 
Method Summary
 float get(float theDelta)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterpolateSmoothstep

public InterpolateSmoothstep(float theMin,
                             float theMax)
Method Detail

get

public float get(float theDelta)
Specified by:
get in interface InterpolatorKernel


processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009