From c06f01847cb012e8f6c8d987f7381cb8b44fbc22 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 29 Aug 2018 21:16:45 +0200 Subject: [PATCH] 'faces per vertex' and 'size of the world' now display correct values in all geometries; 'sides per face' removed --- archimedean.cpp | 1 + geom-exp.cpp | 41 +++++++++++++++++++++++++++++++++++++++-- 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/archimedean.cpp b/archimedean.cpp index a60823e7..347aeb30 100644 --- a/archimedean.cpp +++ b/archimedean.cpp @@ -1151,6 +1151,7 @@ string archimedean_tiling::world_size() { denom = denom / g * f; } int anom = 0, adenom = 1; + if(BITRUNCATED) anom = 1, adenom = 1; for(int f: faces) { int g = gcd(adenom, f); anom = (anom * f + adenom) / g; diff --git a/geom-exp.cpp b/geom-exp.cpp index 4fd5b48b..a5d2d27e 100644 --- a/geom-exp.cpp +++ b/geom-exp.cpp @@ -334,9 +334,38 @@ void showEuclideanMenu() { worldsize = denom ? nom/denom : 0; break; } + + string spf = its(ts); + if(archimedean) { + spf = ""; + for(int i: arcm::current.faces) { + if(spf != "") spf += ","; + spf += its(i); + } + if(BITRUNCATED) spf = "[" + spf + "]," + its(arcm::current.N * 2) + "," + its(arcm::current.N * 2); + } + else if(binarytiling) + spf = "6,[6,7],7"; + else if(BITRUNCATED && !euclid6) + spf = spf + "," + its(S6) + "," + its(S6); + else if(IRREGULAR && irr::bitruncations_performed) + spf = "[4..8],6,6"; + else if(IRREGULAR) + spf = "[4..8]^3"; + else if(GOLDBERG && S3 == 4 && gp::param == gp::loc(1, 1)) + spf = spf + ",4," + spf + ",4"; + else if(GOLDBERG && S3 == 4 && gp::param == gp::loc(2, 0)) + spf = spf + ",4,4,4"; + else if(GOLDBERG && S3 == 4) + spf = "[" + spf + ",4],4,4,4"; + else if(GOLDBERG && S3 == 3) + spf = "[" + spf + ",6],6,6"; + else { + string spf0 = spf; + for(int z=1; zallcells())) : worldsize < 0 ? (nom%denom ? its(nom)+"/"+its(-denom) : its(-worldsize)) + " exp(∞)":