uk.ac.ed.ph.signal
Class Surface
java.lang.Object
uk.ac.ed.ph.signal.Surface
public abstract class Surface
- extends Object
Abstarct class to specify a surface
Method Summary |
abstract double |
getValue(double x,
double y)
Method to get the value at specified position |
double |
getValue(javax.vecmath.Point2d p)
Method to get value at specified position |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Surface
public Surface()
getValue
public abstract double getValue(double x,
double y)
- Method to get the value at specified position
- Parameters:
x
- the x valuey
- the y value
getValue
public double getValue(javax.vecmath.Point2d p)
- Method to get value at specified position