TricubicInterpolatingFunction
public interface TrivariateFunction
Modifier and Type | Method | 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–2018 Hipparchus.org. All rights reserved.