- tableAngle - Variable in class solver.MotorController
-
Current wanted position of tableMotor.
- tableMotor - Variable in class solver.MotorController
-
Large EV3-motor that is connected to the table and rotates it.
- TABLESPEED - Variable in class solver.MotorController
-
Speed of tableMotor.
- tableTurnScan() - Method in class solver.MotorController
-
Rotate table by 450 degrees.
- toDisplay(float[][]) - Method in class solver.CubeScanner
-
Prints given sample-array of mean values to EV3-display.
- toFile(String, RubiksCube) - Method in class solver.CubeScanner
-
Writes raw RGB-values and mean RGB-value to file (used for debugging).
- toString() - Method in enum enums.AllMoves
-
Returns the name of the move as String.
- turnFace(FacesEnum) - Method in class solver.RubiksCube
-
Helper-method for applying clockwise rotations to a cube's face.
- turnFaceInverted(FacesEnum) - Method in class solver.RubiksCube
-
Helper-method for applying counter clockwise rotations to a cube's face.