public static interface FunctionPlotter.FuncAxis
Modifier and Type | Method and Description |
---|---|
String |
getAxisName()
Returns the name of the geometry type for this object.
|
double[] |
getXValues(Surface surface)
Returns the values of the independent variable at which the
function must be evaluated for a given plot surface.
|
boolean |
xfToData(Surface surface,
double x,
double f,
double[] dataPos)
Converts the result of a function evaluation to a position
in the data space of the plot.
|
String getAxisName()
double[] getXValues(Surface surface)
surface
- plot surface on which function will be drawnboolean xfToData(Surface surface, double x, double f, double[] dataPos)
surface
- plotting surfacex
- independent variablef
- dependent variabledataPos
- nDataDim-element array to receive data position
corresponding to x
,f(x)
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.