mathcomp.gui.draw3d
Class TestFunc2

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

public class TestFunc2
extends java.lang.Object
implements Function3D


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

TestFunc2

public TestFunc2()
Method Detail

value

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