From afe4d58cbbe8c48b65a0067b40d9ad691005c1a5 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 15 May 2020 22:53:24 +0200 Subject: [PATCH] split fixmatrix into cases --- hyperpoint.cpp | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/hyperpoint.cpp b/hyperpoint.cpp index fc6d00aa..6c46fa36 100644 --- a/hyperpoint.cpp +++ b/hyperpoint.cpp @@ -793,19 +793,27 @@ EX void fixmatrix(transmatrix& T) { PIU(fixmatrix(T)); T = mscale(T, +z); } - else if(euclid) { - for(int x=0; x