mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
fixed a bug in octahedral honeycombs
This commit is contained in:
parent
671990731c
commit
e80869e14e
1
reg3.cpp
1
reg3.cpp
@ -82,6 +82,7 @@ EX namespace reg3 {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if(S7 == 8) {
|
if(S7 == 8) {
|
||||||
|
angle_between_faces = min(angle_between_faces, M_PI - angle_between_faces);
|
||||||
/* 24-cell is a special case because it is the only one with '4' in the middle of the Schlaefli symbol. */
|
/* 24-cell is a special case because it is the only one with '4' in the middle of the Schlaefli symbol. */
|
||||||
/* The computations above assume 3 */
|
/* The computations above assume 3 */
|
||||||
hyperpoint h1 = hpxy3(.5,.5,.5);
|
hyperpoint h1 = hpxy3(.5,.5,.5);
|
||||||
|
Loading…
Reference in New Issue
Block a user