Package | Description |
---|---|
twophase |
Modifier and Type | Field and Description |
---|---|
(package private) Corner[] |
CubieCube.cp
Corner permutation, represented in the "is replaced by" representation
|
private static Corner[] |
CubieCube.cpB |
private static Corner[] |
CubieCube.cpD |
private static Corner[] |
CubieCube.cpF |
private static Corner[] |
CubieCube.cpL |
private static Corner[] |
CubieCube.cpR |
private static Corner[] |
CubieCube.cpU |
Modifier and Type | Method and Description |
---|---|
static Corner |
Corner.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Corner[] |
Corner.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) static void |
CubieCube.rotateLeft(Corner[] arr,
int l,
int r)
Left rotation of all array elements between l and r
|
(package private) static void |
CubieCube.rotateRight(Corner[] arr,
int l,
int r)
Right rotation of all array elements between l and r
|