public interface TrivariateFunction
| Modifier and Type | Method and Description | 
|---|---|
| double | value(double x,
     double y,
     double z)Compute the value for the function. | 
double value(double x,
           double y,
           double z)
x - x-coordinate for which the function value should be computed.y - y-coordinate for which the function value should be computed.z - z-coordinate for which the function value should be computed.Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.