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

Method rotateTop

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

Source from the content-addressed store, hash-verified

31 }
32
33 private static int rotateTop(int idx) {
34 return (getBottom(idx) << 12) | rotate(getTop(idx));
35 }
36
37 private static int rotateBottom(int idx) {
38 return (rotate(getBottom(idx)) << 12) | getTop(idx);

Callers 5

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

Calls 3

getBottomMethod · 0.95
rotateMethod · 0.95
getTopMethod · 0.95

Tested by

no test coverage detected