From 5ff834e310670418a13748499c838b07e57f40b2 Mon Sep 17 00:00:00 2001 From: ? Date: Wed, 27 Feb 2019 14:43:15 +0100 Subject: [PATCH] 3d:: qezc/1379/ijkl now move in the 'y' direction --- control.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/control.cpp b/control.cpp index 3ce67263..dd6256d0 100644 --- a/control.cpp +++ b/control.cpp @@ -94,6 +94,7 @@ void remission() { hyperpoint move_destination_vec(int d) { if(DIM == 2) return spin(-d * M_PI/4) * tC0(pushone()); + else if(d&1) return cspin(0, 1, d > 4 ? M_PI/2 : -M_PI/2) * tC0(pushone()); else return cspin(0, 2, d * M_PI/4) * tC0(pushone()); }