java.lang.Object
Phase3.ShapesAndRotations
public class ShapesAndRotations
extends java.lang.Object
Class holding all of the shapes (Boxes and pentominoes) and all of their rotations (as list of 3D matrices)
-
-
Method Summary
| Modifier and Type |
Method |
Description |
static boolean[][][][] |
getA() |
|
static boolean[][][][] |
getB() |
|
static boolean[][][][] |
getC() |
|
static boolean[][][][] |
getL() |
|
static boolean[][][][] |
getP() |
|
static boolean[][][][] |
getT() |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
public ShapesAndRotations()
-
Method Details
-
public static boolean[][][][] getL()
-
public static boolean[][][][] getP()
-
public static boolean[][][][] getT()
-
public static boolean[][][][] getA()
-
public static boolean[][][][] getB()
-
public static boolean[][][][] getC()