1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-08 05:16:00 +00:00

moved the constructor of projection_configuration to models

This commit is contained in:
Zeno Rogue
2023-08-14 13:49:07 +02:00
parent a7cf3c4d1c
commit 3069dbd316
3 changed files with 26 additions and 28 deletions

View File

@@ -223,8 +223,6 @@ struct trans23 {
}
};
inline trans23 *gen_trans23() { return new trans23; }
/** mirror image */
constexpr transmatrix Mirror = diag(1,-1,1,1);