1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-04 17:57:03 +00:00

fixed the interesting dodecahedral quotient spaces (535c, 535s, 533s)

This commit is contained in:
Zeno Rogue 2021-08-07 11:32:54 +02:00
parent de83eeeef2
commit 501f5c59bc

View File

@ -1261,6 +1261,7 @@ EX namespace reg3 {
hyperpoint p = tC0(T);
tmatrices[0][b] = rspintox(p) * xpush(hdist0(p)) * cspin(2, 1, angle) * spintox(p);
}
make_subconnections();
}
};
@ -1282,6 +1283,7 @@ EX namespace reg3 {
tmatrices[a][b] = rspintox(p) * xpush(hdist0(p)) * cspin(2, 1, 108 * degree) * spintox(p);
}
}
make_subconnections();
}
};