mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-20 13:02:10 +00:00
hyperpoint adjusted for 3D geometry
This commit is contained in:
+1
-1
@@ -845,7 +845,7 @@ void flip_z() {
|
||||
}
|
||||
|
||||
hyperpoint coord_to_flat(ldcoord co) {
|
||||
hyperpoint res = hpxyz(0, 0, 0);
|
||||
hyperpoint res = Hypc;
|
||||
co = co - rug_center;
|
||||
for(int a=0; a<MAXDIM; a++)
|
||||
for(int b=0; b<3; b++)
|
||||
|
||||
Reference in New Issue
Block a user