Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
applyMove
Method · 0.95
initf
Method · 0.95
initt
Method · 0.95
searchTws
Method · 0.95
solveTrn
Method · 0.95
Calls
3
rotate
Method · 0.95
getBottom
Method · 0.95
getTop
Method · 0.95
Tested by
no test coverage detected