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

Method rotate

app/src/main/java/solver/Sq1Shape.java:21–23  ·  view source on GitHub ↗
(int layer)

Source from the content-addressed store, hash-verified

19 }
20
21 private static int rotate(int layer) {
22 return ((layer << 1) & 0xFFE) | ((layer >> 11) & 1);
23 }
24
25 private static int getTop(int index) {
26 return index & 0xFFF;

Callers 2

rotateTopMethod · 0.95
rotateBottomMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected