mathcomp.gui.draw3d
Class TestFunc

java.lang.Object
  extended by mathcomp.gui.draw3d.TestFunc
All Implemented Interfaces:
Function3D

public class TestFunc
extends java.lang.Object
implements Function3D


Constructor Summary
TestFunc()
           
 
Method Summary
 double value(double x, double y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestFunc

public TestFunc()
Method Detail

value

public double value(double x,
                    double y)
Specified by:
value in interface Function3D