- main(String[]) - Static method in class solver.CubeAlgorithm
-
Main-method, that represent the Roberta-EV3CubeSolvers main program.
- MAXSOLLENGTH - Variable in class solver.RubiksCube
-
Maximum length of solution that can be safed.
- meanRGB - Variable in class solver.CubeScanner
-
Filter that fetches mean RGB-value.
- MotorController - Class in solver
-
This class contains methods to control Roberta-EV3CubeSolver's Motors.
- MotorController() - Constructor for class solver.MotorController
-
- moveCorner(RubiksCube, Corner) - Method in class solver.CubeAlgorithm
-
Applies maneuver to cube-representation, after which given corner is correctly oriented on front-right-up position.
- moveEdge(RubiksCube, Edge) - Method in class solver.CubeAlgorithm
-
Applies maneuver to cube-representation, after which given edge is correctly oriented on front-top-up position.
- moveFork(boolean) - Method in class solver.MotorController
-
Pushes fork towards cube or pulls it back.
- moverMotor - Variable in class solver.MotorController
-
Medium motor that moves the fork back and forth.
- MOVERSPEED - Variable in class solver.MotorController
-
Speed of moverMotor.