spinEdge_full function

This commit is contained in:
Zeno Rogue 2023-05-15 02:12:20 +02:00
parent 542ce23b76
commit fccf07a07d
1 changed files with 2 additions and 0 deletions

View File

@ -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
*/