de.beamertool.viewer.gui.opengl.gl
Class EvaluatorPoint3f

java.lang.Object
  extended by org.jdesktop.animation.timing.interpolation.Evaluator<Point3f>
      extended by de.beamertool.viewer.gui.opengl.gl.EvaluatorPoint3f

public class EvaluatorPoint3f
extends org.jdesktop.animation.timing.interpolation.Evaluator<Point3f>

Author:
ocm-zeeman

Constructor Summary
EvaluatorPoint3f()
           
 
Method Summary
 Point3f evaluate(Point3f v0, Point3f v1, float fraction)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvaluatorPoint3f

public EvaluatorPoint3f()
Method Detail

evaluate

public Point3f evaluate(Point3f v0,
                        Point3f v1,
                        float fraction)
Specified by:
evaluate in class org.jdesktop.animation.timing.interpolation.Evaluator<Point3f>