mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-24 01:19:43 +00:00
relative_matrix and adj changed
This commit is contained in:
@@ -319,7 +319,7 @@ struct hrmap_kite : hrmap {
|
||||
}
|
||||
}
|
||||
|
||||
transmatrix relative_matrix(heptagon *h2, heptagon *h1) override {
|
||||
transmatrix relative_matrix(heptagon *h2, heptagon *h1, const hyperpoint& hint) override {
|
||||
if(gmatrix0.count(h2->c7) && gmatrix0.count(h1->c7))
|
||||
return inverse(gmatrix0[h1->c7]) * gmatrix0[h2->c7];
|
||||
transmatrix gm = Id, where = Id;
|
||||
|
||||
Reference in New Issue
Block a user