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

Method circlex

app/src/main/java/cs/threephase/Edge3.java:535–541  ·  view source on GitHub ↗
(int a, int b, int c, int d)

Source from the content-addressed store, hash-verified

533 }
534
535 void circlex(int a, int b, int c, int d) {
536 tempi = edgeo[d];
537 edgeo[d] = edge[c];
538 edge[c] = edgeo[b];
539 edgeo[b] = edge[a];
540 edge[a] = tempi;
541 }
542}

Callers 1

rotMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected