1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-07-01 00:08:50 +00:00

3D:: 120-cell

This commit is contained in:
?
2019-02-25 04:05:23 +01:00
committed by Zeno Rogue
parent 1fcf58e17a
commit 33d4854c14
10 changed files with 215 additions and 6 deletions
+1
View File
@@ -94,6 +94,7 @@ transmatrix calc_relative_matrix(cell *c2, cell *c1, const hyperpoint& point_hin
#endif
#if MAXDIM == 4
if(euclid && DIM == 3) return euclid3::relative_matrix(c2->master, c1->master);
if(sphere && DIM == 3) return sphere3::relative_matrix(c2->master, c1->master);
#endif
#if CAP_ARCM
if(archimedean) return arcm::relative_matrix(c2->master, c1->master);