Package | Description |
---|---|
solver |
Modifier and Type | Method and Description |
---|---|
private Corner |
CubeAlgorithm.findCorner(RubiksCube cube,
ColorsEnum color1,
ColorsEnum color2,
ColorsEnum color3)
Searches through all corners of given cube-representation and returns the Corner object with the three specified colors.
|
protected Corner |
RubiksCube.getCorner(int i)
Method returns Corner object.
|
Modifier and Type | Method and Description |
---|---|
private void |
CubeAlgorithm.moveCorner(RubiksCube cube,
Corner corner)
Applies maneuver to cube-representation, after which given corner is correctly oriented on front-right-up position.
|