werkzeug.interpolation
Class InterpolateSinus

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

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

See Also:
Serialized Form

Constructor Summary
InterpolateSinus(float theXOffset, float theYOffset, float theFrequency, float theAmplitude)
           
 
Method Summary
 float get(float theDelta)
           
 void setXOffset(float theXOffset)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterpolateSinus

public InterpolateSinus(float theXOffset,
                        float theYOffset,
                        float theFrequency,
                        float theAmplitude)
Method Detail

get

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

setXOffset

public void setXOffset(float theXOffset)


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