From fccf07a07d1b3dbce7de43d7b53b841b8f25be09 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 15 May 2023 02:12:20 +0200 Subject: [PATCH] spinEdge_full function --- hypgraph.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hypgraph.cpp b/hypgraph.cpp index 7f642c9d..e13aa282 100644 --- a/hypgraph.cpp +++ b/hypgraph.cpp @@ -2119,6 +2119,8 @@ EX void spinEdge(ld aspd) { rotate_view(cspin(0, 1, downspin)); } +EX void spinEdge_full() { spinEdge(999999); } + /** \brief convert a shiftmatrix to the coordinate system of View * usually used to set which_copy */