Package org.web3d.util.spatial
Class CellRegion
java.lang.Object
org.web3d.util.spatial.CellRegion
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CellRegion
public CellRegion(int x, int y, int z) Constructor.- Parameters:
x
- - The x voxel coordinatey
- - The y voxel coordinatez
- - The z voxel coordinate
-
-
Method Details
-
getX
public int getX()Get the x coordinate.- Returns:
- the value
-
getY
public int getY()Get the y coordinate.- Returns:
- the value
-
getZ
public int getZ()Get the z coordinate.- Returns:
- the value
-