bookExamples.ch24Reflection.operations
Class QuinticInterpolate

java.lang.Object
  extended by bookExamples.ch24Reflection.operations.QuinticInterpolate
All Implemented Interfaces:
Fcn2

public class QuinticInterpolate
extends java.lang.Object
implements Fcn2

User: lyon Date: Oct 25, 2006 Time: 3:29:48 AM Copyright DocJava, Inc. 2005.


Constructor Summary
QuinticInterpolate()
           
 
Method Summary
 double evaluate(double x, double y)
           
 void setT(double t)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuinticInterpolate

public QuinticInterpolate()
Method Detail

evaluate

public double evaluate(double x,
                       double y)
Specified by:
evaluate in interface Fcn2

setT

public void setT(double t)