From f5f218b7f9bcf97c62ea4ed9936464a54d0d53b9 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 17 Aug 2018 16:51:18 +0200 Subject: [PATCH] patNormal and patTrihepta now use the functions from geometry2.cpp --- pattern2.cpp | 39 +++++++++------------------------------ 1 file changed, 9 insertions(+), 30 deletions(-) diff --git a/pattern2.cpp b/pattern2.cpp index 4f8444e3..dbe3c2e1 100644 --- a/pattern2.cpp +++ b/pattern2.cpp @@ -1926,40 +1926,19 @@ namespace linepatterns { break; case patNormal: { - double x = hexvdist; // sphere?.401:euclid?.3 : .328; - if(gp::on) { - for(int t=0; ttype; t++) - if(c->mov[t] && c->mov[t] < c) - queuelinef(V * gp::get_corner_position(c, t), - V * gp::get_corner_position(c, (t+1)%c->type), - col, 1 + vid.linequality); - } - else if(euclid || !pseudohept(c)) for(int t=0; ttype; t++) - if(euclid ? c->mov[t]mov[t] < c)) { - queuelinef(V * ddspin(c,t,-S7) * xpush0(x), - V * ddspin(c,t,+S7) * xpush0(x), - col, 1 + vid.linequality); - } + for(int t=0; ttype; t++) + if(c->mov[t] && c->mov[t] < c) + queueline(V * get_corner_position(c, t), + V * get_corner_position(c, (t+1)%c->type), + col, 1 + vid.linequality); break; } case patTrihepta: - if(gp::on) { - if(pseudohept(c)) for(int t=0; ttype; t++) - queuelinef(V * gp::get_corner_position(c, t%c->type, 2), - V * gp::get_corner_position(c, (t+1)%c->type, 2), - col, 1 + vid.linequality); - } - else { - if(!pseudohept(c)) for(int i=0; itype; i++) { - cell *c2 = c->mov[i]; - if(!c2 || !pseudohept(c2)) continue; - double x = hexhexdist / 2; // sphere?.3651:euclid?.2611:.2849; - queuelinef(V * ddspin(c,i,-S14) * xpush0(x), - V * ddspin(c,i,+S14) * xpush0(x), - col, 1 + vid.linequality); - } - } + if(pseudohept(c)) for(int t=0; ttype; t++) + queueline(V * get_warp_corner(c, t%c->type), + V * get_warp_corner(c, (t+1)%c->type), + col, 1 + vid.linequality); break; case patTriNet: