public interface TrivariateFunction extends Serializable
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 © 2023 CNES. All rights reserved.