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

Method getBottom

app/src/main/java/solver/Sq1Shape.java:29–31  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

27 }
28
29 private static int getBottom(int index) {
30 return (index >> 12) & 0xFFF;
31 }
32
33 private static int rotateTop(int idx) {
34 return (getBottom(idx) << 12) | rotate(getTop(idx));

Callers 4

rotateTopMethod · 0.95
rotateBottomMethod · 0.95
twistMethod · 0.95
canTwistMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected