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:
parent
de83eeeef2
commit
501f5c59bc
2
reg3.cpp
2
reg3.cpp
@ -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();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user