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 © 2016–2020 Hipparchus.org. All rights reserved.