Package org.jzy3d.plot3d.builder
Class Mapper
java.lang.Object
org.jzy3d.plot3d.builder.Mapper
- Direct Known Subclasses:
BufferedImageMapper
,Func3D
,SingleParameterMapper
,SvmMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble[]
f
(double[][] xy) double[]
f
(double[] x, double[] y) abstract double
f
(double x, double y) float[]
fAsFloat
(double[][] xy) float[]
fAsFloat
(double[] x, double[] y) float[]
fAsFloat
(float[][] xy) float[]
fAsFloat
(float[] x, float[] y) void
Update the shape by remapping its polygon points' z coordinate according to f(x,y)void
void
-
Constructor Details
-
Mapper
public Mapper()
-
-
Method Details
-
f
public abstract double f(double x, double y) -
remap
Update the shape by remapping its polygon points' z coordinate according to f(x,y) -
remapDrawable
-
remapPolygon
-
f
public double[] f(double[] x, double[] y) -
f
public double[] f(double[][] xy) -
fAsFloat
public float[] fAsFloat(double[] x, double[] y) -
fAsFloat
public float[] fAsFloat(float[] x, float[] y) -
fAsFloat
public float[] fAsFloat(double[][] xy) -
fAsFloat
public float[] fAsFloat(float[][] xy)
-