zombie
Class BitMatrix

java.lang.Object
  extended by zombie.BitMatrix

public class BitMatrix
extends java.lang.Object

Author:
LEMMY

Constructor Summary
BitMatrix()
           
 
Method Summary
static boolean Is(int test, int x, int y, int z)
           
static int Set(int set, int x, int y, int z, boolean bTrue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitMatrix

public BitMatrix()
Method Detail

Is

public static boolean Is(int test,
                         int x,
                         int y,
                         int z)

Set

public static int Set(int set,
                      int x,
                      int y,
                      int z,
                      boolean bTrue)