mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-06 04:17:58 +00:00
various fixes related to product spaces, especially product+inverse
This commit is contained in:
@@ -1126,6 +1126,8 @@ EX namespace gp {
|
||||
}
|
||||
|
||||
transmatrix relative_matrix(cell *c2, cell *c1, const hyperpoint& hint) override {
|
||||
c1 = mapping[c1];
|
||||
c2 = mapping[c2];
|
||||
return in_underlying([&] { return currentmap->relative_matrix(c2, c1, hint); });
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user