graph3d
Interface Function3

All Superinterfaces:
Function

public interface Function3
extends Function

Ternary function base class.


Method Summary
 double call(double x, double y, double z)
          This method computes the function value for (x,y,z).
 

Method Detail

call

public double call(double x,
                   double y,
                   double z)
This method computes the function value for (x,y,z).