- resultingMove(AllMoves, AllMoves) - Static method in enum enums.AllMoves
-
Calculates the resulting move of two moves, that are in the same group and executed after another.
- RubiksCube - Class in solver
-
An object of this class represents the Rubik's Cube inside the Roberta-EV3CubeSolver.
- RubiksCube() - Constructor for class solver.RubiksCube
-
Constructor that initializes cube in NULL-state.
- RubiksCube(AllMoves[]) - Constructor for class solver.RubiksCube
-
Constructor that initializes cube in solved-state and applies given maneuver to cube.