Package | Description |
---|---|
twophase |
Modifier and Type | Field and Description |
---|---|
(package private) static CubieCube[] |
CubieCube.moveCube
CubieCube array representing the 6 basic cube moves
|
Modifier and Type | Method and Description |
---|---|
(package private) CubieCube |
CubieCube.getInvCubieCube()
Computes the "inverse cube" of current cube.
|
(package private) CubieCube |
FaceCube.toCubieCube()
Returns a CubieCube instance which is the cubie level representation of the given cube.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
CubieCube.cornerMultiply(CubieCube b)
Multiply this CubieCube with another CubieCube b, restricted to the corners.
|
(package private) void |
CubieCube.edgeMultiply(CubieCube b)
Multiply this CubieCube with another CubieCube b, restricted to the edges.
|
(package private) void |
CubieCube.multiply(CubieCube b)
Multiply this CubieCube with another CubieCube b
|
private static int |
TwoPhase.validateCubeString(String cube,
CubieCube cubieCube)
Validates input cube string and returns a corresponding error code.
|
Constructor and Description |
---|
CoordCube(CubieCube c)
Generate a CoordCube from a CubieCube
|