From 24b66d6fd5129a158999617b9da4625e1530096d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 15 May 2019 09:36:25 +0200 Subject: [PATCH] 2D3D: fixed Goldberg --- floorshapes.cpp | 10 +++++----- goldberg.cpp | 6 ++++-- hyper.h | 2 +- hyperpoint.cpp | 6 ++---- surface.cpp | 10 +++++----- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/floorshapes.cpp b/floorshapes.cpp index 944f5d10..6a3c6a0e 100644 --- a/floorshapes.cpp +++ b/floorshapes.cpp @@ -82,7 +82,7 @@ matrixitem genitem(const transmatrix& m1, const transmatrix& m2, int nsym) { } void addmatrix(matrixlist& matrices, hyperpoint o0, hyperpoint o1, hyperpoint o2, hyperpoint n0, hyperpoint n1, hyperpoint n2, int d, int osym, int nsym) { - matrices.v.push_back(genitem(inverse(spin(2*M_PI*d/osym)*build_matrix(o0, o1, o2)), spin(2*M_PI*d/nsym)*build_matrix(n0, n1, n2), nsym)); + matrices.v.push_back(genitem(inverse(spin(2*M_PI*d/osym)*build_matrix(o0, o1, o2,C02)), spin(2*M_PI*d/nsym)*build_matrix(n0, n1, n2,C02), nsym)); } matrixlist hex_matrices, hept_matrices; @@ -450,10 +450,10 @@ void generate_floorshapes_for(int id, cell *c, int siid, int sidir) { hyperpoint nlfar = farcorner(c, (d+cid+v+1) % cor, 0); hyperpoint nrfar = farcorner(c, (d+cid+v+1) % cor, 1); - m.v[i].second[cid] = build_matrix(center, nlcorner, nrcorner); - m.v[i+1].second[cid] = build_matrix(nfar, nlcorner, nrcorner); - m.v[i+2].second[cid] = build_matrix(nfar, nlcorner, nlfar); - m.v[i+3].second[cid] = build_matrix(nfar, nrcorner, nrfar); + m.v[i].second[cid] = build_matrix(center, nlcorner, nrcorner,C02); + m.v[i+1].second[cid] = build_matrix(nfar, nlcorner, nrcorner,C02); + m.v[i+2].second[cid] = build_matrix(nfar, nlcorner, nlfar,C02); + m.v[i+3].second[cid] = build_matrix(nfar, nrcorner, nrfar,C02); } i += 4; diff --git a/goldberg.cpp b/goldberg.cpp index 96f385a2..421b5787 100644 --- a/goldberg.cpp +++ b/goldberg.cpp @@ -513,7 +513,8 @@ namespace hr { namespace gp { return spin(-alpha) * build_matrix( C0, ddspin(&cc, i) * xpush0(tessf), - ddspin(&cc, i+1) * xpush0(tessf) + ddspin(&cc, i+1) * xpush0(tessf), + C03 ); } @@ -521,7 +522,8 @@ namespace hr { namespace gp { corners = inverse(build_matrix( loctoh_ort(loc(0,0)), loctoh_ort(param), - loctoh_ort(param * loc(0,1)) + loctoh_ort(param * loc(0,1)), + C03 )); for(int i=0; i