cth to handle heptspin/cellwalker translations in a nice way

This commit is contained in:
Zeno Rogue
2018-08-30 16:10:49 +02:00
parent 993ef1b164
commit a04eef75a9
6 changed files with 15 additions and 19 deletions
+1 -1
View File
@@ -515,7 +515,7 @@ hyperpoint farcorner(cell *c, int i, int which) {
return spin(-t.first - M_PI / c->type) * xpush(ac.inradius[id/2] + ac.inradius[id1/2]) * xspinpush0(M_PI + M_PI/n1*(which?3:-3), ac.circumradius[id1/2]);
}
if(BITRUNCATED || DUAL) {
int mul = DUAL ? 2 : 1;
int mul = DUALMUL;
auto &ac = arcm::current;
auto adj = ac.get_adj(c->master, i * mul);
heptagon h; cell cx; cx.master = &h;