Interface IFunction
public interface IFunction
A class, which has a function value should implement this interface.
-
Method Summary
-
Method Details
-
getValue
double getValue(double x, double y, double z) Return the function value at (x,y,z) -
getValues
-