Package zombie.core.utils
Class IntHyperCube2
java.lang.Object
zombie.core.utils.IntHyperCube2
public class IntHyperCube2
extends java.lang.Object
- 
Constructor Summary
Constructors Constructor Description IntHyperCube2(int width, int height, int depth, int quanta) - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Constructor Details
- 
IntHyperCube2
public IntHyperCube2(int width, int height, int depth, int quanta) 
 - 
 - 
Method Details
- 
clear
public void clear() - 
fill
public void fill(int newValue) - 
getValue
public int getValue(int x, int y, int z, int w) - 
setValue
public void setValue(int x, int y, int z, int w, int newValue) - 
getWidth
public final int getWidth() - 
getHeight
public final int getHeight() - 
getDepth
public final int getDepth() - 
getQuanta
public final int getQuanta() 
 -