- down(boolean, int) - Method in class solver.MotorController
-
Rotates cube's down face by 90 degrees clockwise (looking at the bottom of the cube).
- down() - Method in class solver.RubiksCube
-
Apply clockwise rotation to down face of cube-representation.
- downColor() - Method in class solver.RubiksCube
-
Returns color of down face (this is static).
- downCorrection - Variable in class solver.MotorController
-
Correction that needs to be added to execute a clockwise rotation by 90 degrees of cube's down face precisely (down()-move).
- downEdgeOriented(RubiksCube, ColorsEnum) - Method in class solver.CubeAlgorithm
-
Checks if edge that needs to be moved to second layer is correctly oriented so that it can be moved.
- downInverted(boolean, int) - Method in class solver.MotorController
-
Rotates cube's down face by 90 degrees counter clockwise (looking at the bottom of the cube).
- downInverted() - Method in class solver.RubiksCube
-
Apply counter clockwise rotation to down face of cube-representation.
- downInvertedCorrection - Variable in class solver.MotorController
-
Correction that needs to be added to execute a counter-clockwise rotation by 90 degrees of cube's down face precisely (downInverted()-move).