Exemple #1
0
 private void InitializeCubesWith3Faces()
 {
     frontTopLeftCube.AddCubeWith2Faces(frontTopCube);
     frontTopLeftCube.AddCubeWith2Faces(frontLeftCube);
     frontTopLeftCube.AddCubeWith2Faces(leftTopCube);
     frontTopRightCube.AddCubeWith2Faces(frontTopCube);
     frontTopRightCube.AddCubeWith2Faces(frontRightCube);
     frontTopRightCube.AddCubeWith2Faces(rightTopCube);
     frontBottomLeftCube.AddCubeWith2Faces(frontBottomCube);
     frontBottomLeftCube.AddCubeWith2Faces(frontLeftCube);
     frontBottomLeftCube.AddCubeWith2Faces(leftBottomCube);
     frontBottomRightCube.AddCubeWith2Faces(frontBottomCube);
     frontBottomRightCube.AddCubeWith2Faces(frontRightCube);
     frontBottomRightCube.AddCubeWith2Faces(rightBottomCube);
     backTopLeftCube.AddCubeWith2Faces(backTopCube);
     backTopLeftCube.AddCubeWith2Faces(backLeftCube);
     backTopLeftCube.AddCubeWith2Faces(leftTopCube);
     backTopRightCube.AddCubeWith2Faces(backTopCube);
     backTopRightCube.AddCubeWith2Faces(backRightCube);
     backTopRightCube.AddCubeWith2Faces(rightTopCube);
     backBottomLeftCube.AddCubeWith2Faces(backBottomCube);
     backBottomLeftCube.AddCubeWith2Faces(backLeftCube);
     backBottomLeftCube.AddCubeWith2Faces(leftBottomCube);
     backBottomRightCube.AddCubeWith2Faces(backBottomCube);
     backBottomRightCube.AddCubeWith2Faces(backRightCube);
     backBottomRightCube.AddCubeWith2Faces(rightBottomCube);
 }