- All Superinterfaces:
Serializable
Represents a function
A dataset can be created by sampling a function - see the
y = f(x, z)
.
A dataset can be created by sampling a function - see the
XYZDatasetUtils.sampleFunction(Function3D, String, Range, double, Range, double)
method. In addition, any Function3D
instance can be plotted
by a SurfaceRenderer
.-
Method Summary
Modifier and TypeMethodDescriptiondouble
getValue
(double x, double z) Returns the value of the function ('y') for the specified inputs ('x' and 'z').
-
Method Details
-
getValue
Returns the value of the function ('y') for the specified inputs ('x' and 'z').- Parameters:
x
- the x-value.z
- the z-value.- Returns:
- The function value.
-