gestalt.candidates.quad
Class InterpolatorVector3fExponential

java.lang.Object
  extended by gestalt.candidates.quad.InterpolatorVector3fExponential
All Implemented Interfaces:
InterpolatorVector3f

public class InterpolatorVector3fExponential
extends java.lang.Object
implements InterpolatorVector3f

Author:
dennis

Constructor Summary
InterpolatorVector3fExponential(Vector3f thePointA, Vector3f thePointB, float theExponent)
           
 
Method Summary
 void get(float thePercentage, Vector3f theResult)
           
 void update()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterpolatorVector3fExponential

public InterpolatorVector3fExponential(Vector3f thePointA,
                                       Vector3f thePointB,
                                       float theExponent)
Method Detail

update

public void update()
Specified by:
update in interface InterpolatorVector3f

get

public void get(float thePercentage,
                Vector3f theResult)
Specified by:
get in interface InterpolatorVector3f


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