mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fixed E2xE quotient spaces
This commit is contained in:
parent
78ecc9e960
commit
d7eed402a7
@ -1685,6 +1685,7 @@ void celldrawer::bookkeeping() {
|
||||
orig =
|
||||
gm[LDIM][LDIM] == 0 ? true :
|
||||
euclid ? hdist0(tC0(gm)) >= hdist0(tC0(V)) :
|
||||
in_e2xe() ? hdist0(tC0(gm)) >= hdist0(tC0(V)) :
|
||||
(nil||sol) ? sqhypot_d(3, tC0(gm)) >= sqhypot_d(3, tC0(V)) :
|
||||
sphereflipped() ? fabs(gm[LDIM][LDIM]-1) <= fabs(V[LDIM][LDIM]-1) :
|
||||
fabs(gm[LDIM][LDIM]-1) >= fabs(V[LDIM][LDIM]-1) - 1e-8;
|
||||
|
Loading…
Reference in New Issue
Block a user