Package zombie.core.utils
Class IntHypercube
java.lang.Object
zombie.core.utils.IntHypercube
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
IntHypercube
public IntHypercube(int int1, int int2, int int3, int int4)
-
-
Method Details
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
clear
public void clear() -
fill
public void fill(int int1) -
getValue
public int getValue(int int1, int int2, int int3, int int4) -
setValue
public void setValue(int int1, int int2, int int3, int int4, int int5) -
getWidth
public final int getWidth() -
getHeight
public final int getHeight() -
getDepth
public final int getDepth() -
getQuanta
public final int getQuanta()
-