From 4f0cf570921d654f365164de7e231e536f8a9a47 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 23 Nov 2019 19:00:18 +0100 Subject: [PATCH] centerpc:: removed a special case for Euclidean -- no longer a special case --- hypgraph.cpp | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/hypgraph.cpp b/hypgraph.cpp index 3665c33c..6a2d2f5d 100644 --- a/hypgraph.cpp +++ b/hypgraph.cpp @@ -1400,22 +1400,13 @@ EX void centerpc(ld aspd) { } */ spinEdge(aspd); fixmatrix(View); + current_display->which_copy = gmatrix[cwt.at]; ors::rerotate(cwtV); ors::rerotate(View); return; } - if(euclid) { - // Euclidean - aspd *= (2+3*R*R); - if(aspd > R) aspd = R; - - for(int i=0; i