|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jzy3d.plot3d.builder.Mapper
public abstract class Mapper
Constructor Summary | |
---|---|
Mapper()
|
Method Summary | |
---|---|
double[] |
f(double[][] xy)
Default implementation providing iterative call to f(double x, double y) . |
double[] |
f(double[] x,
double[] y)
Default implementation providing iterative call to f(double x, double y) . |
abstract double |
f(double x,
double y)
|
float[] |
fAsFloat(double[][] xy)
Default implementation providing iterative call to f(double x, double y) . |
float[] |
fAsFloat(double[] x,
double[] y)
Default implementation providing iterative call to f(double x, double y) . |
float[] |
fAsFloat(float[][] xy)
Default implementation providing iterative call to f(double x, double y) . |
float[] |
fAsFloat(float[] x,
float[] y)
Default implementation providing iterative call to f(double x, double y) . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Mapper()
Method Detail |
---|
public abstract double f(double x, double y)
public double[] f(double[] x, double[] y)
f(double x, double y)
.
public double[] f(double[][] xy)
f(double x, double y)
.
public float[] fAsFloat(double[] x, double[] y)
f(double x, double y)
.
public float[] fAsFloat(float[] x, float[] y)
f(double x, double y)
.
public float[] fAsFloat(double[][] xy)
f(double x, double y)
.
public float[] fAsFloat(float[][] xy)
f(double x, double y)
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |