public interface TrivariateRealFunction
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) throws FunctionEvaluationException
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.FunctionEvaluationException
- if the function evaluation fails."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"