bookExamples.ch24Reflection.operations
Class LinearInterpolate

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

public class LinearInterpolate
extends java.lang.Object
implements Fcn2


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
 

Method Detail

setT

public void setT(double t)

evaluate

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