- FaceCube - Class in twophase
-
- FaceCube() - Constructor for class twophase.FaceCube
-
Constructs the facelet level of a solved cube.
- FaceCube(String) - Constructor for class twophase.FaceCube
-
Constructs the facelet level of the cube from a string
- Facelet - Enum in twophase
-
The names of the facelet positions of the cube
|************|
|*U1**U2**U3*|
|************|
|*U4**U5**U6*|
|************|
|*U7**U8**U9*|
|************|
************|************|************|************|
*L1**L2**L3*|*F1**F2**F3*|*R1**R2**F3*|*B1**B2**B3*|
************|************|************|************|
*L4**L5**L6*|*F4**F5**F6*|*R4**R5**R6*|*B4**B5**B6*|
************|************|************|************|
*L7**L8**L9*|*F7**F8**F9*|*R7**R8**R9*|*B7**B8**B9*|
************|************|************|************|
|************|
|*D1**D2**D3*|
|************|
|*D4**D5**D6*|
|************|
|*D7**D8**D9*|
|************|
- Facelet() - Constructor for enum twophase.Facelet
-
- facelets - Variable in class twophase.FaceCube
-
Cube facelets colors.
- faces - Variable in class cube.Cube
-
- findSolution(String, int, long, List<Move>, String) - Static method in class twophase.TwoPhase
-
Finds list of moves for solving received cube with no more than @maxDepth moves.
- findSolution(String, int, long, List<Move>) - Static method in class twophase.TwoPhase
-
Finds list of moves for solving received cube with no more than @maxDepth moves.
- finishSolve() - Static method in class robot.Robot
-
Show off routine, called once the cube is solved
- fixCorners(Cube.Face[]) - Static method in class cube.ColorCorrector
-
The fix routine.
- flip(FlipMethod) - Static method in class robot.Robot.Arm
-
Flip the cube
- flip - Variable in class twophase.CoordCube
-
edges orientation coordinates
- flip - Static variable in class twophase.TwoPhase
-
corners orientation coordinates
- flipCube(FlipMethod) - Static method in class robot.Robot
-
Flip the cube
- flipCube() - Static method in class robot.Tests
-
This method makes only flip operations
in order to manually check the robustness of the robot
- FlipMethod - Enum in robot
-
Represents the cube's flip operation
- FlipMethod(int) - Constructor for enum robot.FlipMethod
-
- flipMove - Static variable in class twophase.CoordCube
-
Move table for the flips of the edges.
- flips - Variable in class cube.Action
-
- flips - Variable in enum robot.FlipMethod
-
- forceSolveCube(int, String) - Static method in class application.CubeSolver
-
Solves the cube.
- forceSolveCube(int) - Static method in class application.CubeSolver
-
Solve the cube to standard pattern (each face different color).
- forward() - Method in class robot.NxtMotor
-
Set the motor on
- FRtoBR - Variable in class twophase.CoordCube
-
UD slice coordinates
- FRtoBR - Static variable in class twophase.TwoPhase
-
- FRtoBR_Move - Static variable in class twophase.CoordCube
-
Move table for the four UD-slice edges FR, FL, BL and BR
FRtoBRMove < 11880 in phase 1
FRtoBRMove < 24 in phase 2 (since they are already in the slice)
FRtoBRMove = 0 for solved cube