Class | Description |
---|---|
Corner |
Class that represents a corner of the Rubik's Cube.
|
CubeAlgorithm |
This class contains the main program and all methods that solve the Rubik's Cube step by step.
|
CubeScanner |
This class implements methods for scanning all colored elements of the cube and writing them into an RubiksCube object.
|
Edge |
Class that represents an edge of the Rubik's Cube.
|
MotorController |
This class contains methods to control Roberta-EV3CubeSolver's Motors.
|
RubiksCube |
An object of this class represents the Rubik's Cube inside the Roberta-EV3CubeSolver.
|