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

improved square model in non-hyperbolic geometries

This commit is contained in:
Zeno Rogue
2018-04-23 12:50:51 +02:00
parent e43d630185
commit 39916901ee
4 changed files with 20 additions and 2 deletions

View File

@@ -971,6 +971,7 @@ namespace polygonal {
extern int SI;
extern ld STAR;
extern int deg;
typedef long double xld;
extern ld coefr[MSI], coefi[MSI];
extern int maxcoef, coefid;
void solve();