mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 09:17:57 +00:00
fixed duals for Euclidean tessellations
This commit is contained in:
@@ -1136,6 +1136,10 @@ EX int dcross(gp::loc e1, gp::loc e2) {
|
||||
}
|
||||
|
||||
EX gp::loc full_coords2(cell *c) {
|
||||
if(INVERSE) {
|
||||
cell *c1 = gp::get_mapped(c);
|
||||
return UIU(full_coords2(c1));
|
||||
}
|
||||
auto ans = eucmap()->ispacemap[c->master];
|
||||
if(S7 == 4 && BITRUNCATED) {
|
||||
if(c == c->master->c7) return to_loc(ans) * gp::loc(1,1);
|
||||
|
Reference in New Issue
Block a user