Package Phase3

Class ShapesAndRotations

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)
  • Constructor Summary

    Constructors 
    Constructor Description
    ShapesAndRotations()  
  • 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

  • Method Details

    • getL

      public static boolean[][][][] getL()
    • getP

      public static boolean[][][][] getP()
    • getT

      public static boolean[][][][] getT()
    • getA

      public static boolean[][][][] getA()
    • getB

      public static boolean[][][][] getB()
    • getC

      public static boolean[][][][] getC()