- face1 - Variable in class solver.Corner
-
First face that the corner is on.
- face1 - Variable in class solver.Edge
-
Fist face that the edge is on.
- face2 - Variable in class solver.Corner
-
Second face that the corner is on.
- face2 - Variable in class solver.Edge
-
Second face that the edge is on.
- face3 - Variable in class solver.Corner
-
Third face that the corner is on.
- FacesEnum - Enum in enums
-
Enumeration class for identifying faces of the Rubik's Cube.
- FacesEnum() - Constructor for enum enums.FacesEnum
-
- findCorner(RubiksCube, ColorsEnum, ColorsEnum, ColorsEnum) - Method in class solver.CubeAlgorithm
-
Searches through all corners of given cube-representation and returns the Corner object with the three specified colors.
- findEdge(RubiksCube, ColorsEnum, ColorsEnum) - Method in class solver.CubeAlgorithm
-
Searches through all edges of given cube-representation and returns the Edge object with the two specified colors.
- firstLevelCorners(RubiksCube) - Method in class solver.CubeAlgorithm
-
Locates the four corners of first level (top layer of the Rubik's Cube) and moves them correctly oriented onto their positions.
- firstLevelEdges(RubiksCube) - Method in class solver.CubeAlgorithm
-
Locates the four edges of first level (top layer of the Rubik's Cube) and moves them correctly oriented onto their positions.
- forkIdleAngle - Variable in class solver.MotorController
-
Fork's idle position.
- forkMotor - Variable in class solver.MotorController
-
Large motor that is connected to the fork and rotates it.
- FORKMOVERANGLE - Variable in class solver.MotorController
-
forkMover needs to rotate by this angle to push fork against cube.
- FORKSPEED - Variable in class solver.MotorController
-
Speed of forkMotor.
- front(int) - Method in class solver.MotorController
-
Rotates cube's front face by 90 degrees clockwise.
- front() - Method in class solver.RubiksCube
-
Apply clockwise rotation to front face of cube-representation.
- frontColor() - Method in class solver.RubiksCube
-
Returns current color of front face.
- frontInverted(int) - Method in class solver.MotorController
-
Rotates cube's front face by 90 degrees counter clockwise.
- frontInverted() - Method in class solver.RubiksCube
-
Apply counter clockwise rotation to front face of cube-representation.
- frontTurnAngleLeft - Variable in class solver.MotorController
-
Angle that needs to be added to fork's idle position to finish a counter clockwise rotation by 90 degrees of cube's front face.
- frontTurnAngleRight - Variable in class solver.MotorController
-
Angle that needs to be added to fork's idle position to finish a clockwise rotation by 90 degrees of cube's front face (front()-move).
- frtCornerOriented() - Method in class solver.RubiksCube
-
Returns true if front right up corner is correctly oriented.
- ftEdgeOriented() - Method in class solver.RubiksCube
-
Returns true if front up edge is correctly oriented.