Uses of Interface
mathcomp.gui.draw3d.Function3D

Packages that use Function3D
mathcomp.gui.draw3d Visualization of functions in 3D. 
 

Uses of Function3D in mathcomp.gui.draw3d
 

Classes in mathcomp.gui.draw3d that implement Function3D
 class ParseFunc
           
 class TestFunc
           
 class TestFunc2
           
 class TestFunc3
           
 

Methods in mathcomp.gui.draw3d with parameters of type Function3D
 void Draw3D.setFunction(Function3D f)
           
 

Constructors in mathcomp.gui.draw3d with parameters of type Function3D
Draw3D(Function3D function)