Package org.jzy3d.maths
Class Grid
java.lang.Object
org.jzy3d.maths.Grid
-
Field Summary
Modifier and TypeFieldDescriptionprotected BoundingBox3d
protected float[]
protected float[]
protected float[][]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat[]
getX()
float[]
getY()
float[][]
getZ()
void
setData
(float[] x, float[] y, float[][] z) void
setData
(int[] x, int[] y, int[][] z) protected float[]
toFloatArray
(int[] input) protected float[][]
toFloatArray
(int[][] input)
-
Field Details
-
x
protected float[] x -
y
protected float[] y -
z
protected float[][] z -
bounds
-
-
Constructor Details
-
Grid
public Grid() -
Grid
public Grid(float[] x, float[] y, float[][] z) -
Grid
public Grid(int[] x, int[] y, int[][] z)
-
-
Method Details
-
setData
public void setData(float[] x, float[] y, float[][] z) -
setData
public void setData(int[] x, int[] y, int[][] z) -
getX
public float[] getX() -
getY
public float[] getY() -
getZ
public float[][] getZ() -
getBounds
-
toFloatArray
protected float[] toFloatArray(int[] input) -
toFloatArray
protected float[][] toFloatArray(int[][] input)
-