class FaceCube extends Object
Modifier and Type | Field and Description |
---|---|
(package private) static Color[][] |
cornerColor
Map the corner positions to facelet colors
|
(package private) static Facelet[][] |
cornerFacelet
Map the corner positions to facelet positions.
|
(package private) static Color[][] |
edgeColor
Map the edge positions to facelet colors
|
(package private) static Facelet[][] |
edgeFacelet
Map the edge positions to facelet positions.
|
Color[] |
facelets
Cube facelets colors.
|
Constructor and Description |
---|
FaceCube()
Constructs the facelet level of a solved cube.
|
FaceCube(String cubeString)
Constructs the facelet level of the cube from a string
|
Modifier and Type | Method and Description |
---|---|
(package private) CubieCube |
toCubieCube()
Returns a CubieCube instance which is the cubie level representation of the given cube.
|
public Color[] facelets
static final Facelet[][] cornerFacelet
static final Facelet[][] edgeFacelet
static final Color[][] cornerColor
static final Color[][] edgeColor
FaceCube()
FaceCube(String cubeString)
cubeString
- is the string representation of the cube:
U1 U2 ... U9 R1 R2 ... R9 F1 F2 ... F9 D1 D2 ... D9 L1 L2 ... L9 B1 B2 ... B9CubieCube toCubieCube()