mathcomp.gui.draw3d
Class TestFunc3

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

public class TestFunc3
extends java.lang.Object
implements Function3D


Constructor Summary
TestFunc3()
           
 
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

TestFunc3

public TestFunc3()
Method Detail

value

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