MCPcopy Create free account
hub / github.com/MeigenChou/DCTimer-Android / twist

Method twist

app/src/main/java/solver/Cube222.java:118–121  ·  view source on GitHub ↗
(int corner, int value)

Source from the content-addressed store, hash-verified

116 }
117
118 private static void twist(int corner, int value) {
119 if (value < 0) return;
120 state[1][corner] += value;
121 }
122
123 private static void reset() {
124 for (int i = 0; i < 8; i++) {

Callers 2

randomEGMethod · 0.95
randomTEGMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected