1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-06-10 18:34:08 +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); hyperpoint p = tC0(T);
tmatrices[0][b] = rspintox(p) * xpush(hdist0(p)) * cspin(2, 1, angle) * spintox(p); 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); tmatrices[a][b] = rspintox(p) * xpush(hdist0(p)) * cspin(2, 1, 108 * degree) * spintox(p);
} }
} }
make_subconnections();
} }
}; };