public class Grid extends Object
Modifier and Type | Field and Description |
---|---|
protected BoundingBox3d |
bounds |
protected float[] |
x |
protected float[] |
y |
protected float[][] |
z |
Constructor and Description |
---|
Grid() |
Grid(float[] x,
float[] y,
float[][] z) |
Grid(int[] x,
int[] y,
int[][] z) |
Modifier and Type | Method and Description |
---|---|
BoundingBox3d |
getBounds() |
float[] |
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) |
protected float[] x
protected float[] y
protected float[][] z
protected BoundingBox3d bounds
public Grid()
public Grid(float[] x, float[] y, float[][] z)
public Grid(int[] x, int[] y, int[][] z)
public void setData(float[] x, float[] y, float[][] z)
public void setData(int[] x, int[] y, int[][] z)
public float[] getX()
public float[] getY()
public float[][] getZ()
public BoundingBox3d getBounds()
protected float[] toFloatArray(int[] input)
protected float[][] toFloatArray(int[][] input)
Copyright © 2016. All rights reserved.