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

Method rotateBottom

app/src/main/java/solver/Sq1Shape.java:37–39  ·  view source on GitHub ↗
(int idx)

Source from the content-addressed store, hash-verified

35 }
36
37 private static int rotateBottom(int idx) {
38 return (rotate(getBottom(idx)) << 12) | getTop(idx);
39 }
40
41 private static int twist(int idx) {
42 int newTop = (getTop(idx) & 0xF80) | (getBottom(idx) & 0x7F);

Callers 5

applyMoveMethod · 0.95
initfMethod · 0.95
inittMethod · 0.95
searchTwsMethod · 0.95
solveTrnMethod · 0.95

Calls 3

rotateMethod · 0.95
getBottomMethod · 0.95
getTopMethod · 0.95

Tested by

no test coverage detected