org.jzy3d.maths
Class Grid
- java.lang.Object
-
- org.jzy3d.maths.Grid
-
public class Grid extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description Grid()Grid(float[] x, float[] y, float[][] z)Grid(int[] x, int[] y, int[][] z)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description BoundingBox3dgetBounds()float[]getX()float[]getY()float[][]getZ()voidsetData(float[] x, float[] y, float[][] z)voidsetData(int[] x, int[] y, int[][] z)
-
-
-
Constructor Detail
-
Grid
public Grid()
-
Grid
public Grid(float[] x, float[] y, float[][] z)
-
Grid
public Grid(int[] x, int[] y, int[][] z)
-
-
Method Detail
-
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
public BoundingBox3d getBounds()
-
-
DMelt 3.0 © DataMelt by jWork.ORG