1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 18:07:41 +00:00

virtualRebase for hyperpoints (not transmatrices)

This commit is contained in:
Zeno Rogue
2018-08-04 22:36:08 +02:00
parent d8f63a9f3d
commit bbebb55bd9
2 changed files with 24 additions and 9 deletions

View File

@@ -710,6 +710,7 @@ namespace shmup {
bool boatAt(cell *c);
void virtualRebase(cell*& base, transmatrix& at, bool tohex);
void virtualRebase(cell*& base, hyperpoint& h, bool tohex);
void virtualRebase(shmup::monster *m, bool tohex);
transmatrix calc_relative_matrix(cell *c, cell *c1, const hyperpoint& point_hint);
transmatrix calc_relative_matrix(cell *c, cell *c1, int direction_hint);