1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 01:47:39 +00:00

2D3D: fixed Goldberg

This commit is contained in:
Zeno Rogue
2019-05-15 09:36:25 +02:00
parent 94eaca0f42
commit 24b66d6fd5
5 changed files with 17 additions and 17 deletions

View File

@@ -3941,7 +3941,7 @@ transmatrix eupush3(ld x, ld y, ld z);
transmatrix eupush(hyperpoint h);
transmatrix rspintox(const hyperpoint& H);
transmatrix gpushxto0(const hyperpoint& H);
transmatrix build_matrix(hyperpoint h1, hyperpoint h2, hyperpoint h3);
transmatrix build_matrix(hyperpoint h1, hyperpoint h2, hyperpoint h3, hyperpoint h4);
hyperpoint normalize(hyperpoint H);
ld signum(ld x);