From 5de9c4cc16530212ba4a6b38ca6cf45d57fff47e Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 8 May 2020 20:26:30 +0200 Subject: [PATCH] added #define rotspace --- hyper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hyper.h b/hyper.h index 797a0430..697f80f8 100644 --- a/hyper.h +++ b/hyper.h @@ -142,6 +142,7 @@ void addMessage(string s, char spamtype = 0); #define sl2 (cgclass == gcSL2) #define prod (cgclass == gcProduct) #define hybri (cgflags & qHYBRID) +#define rotspace (geometry == gRotSpace) #define hyperbolic (cgclass == gcHyperbolic) #define nonisotropic (among(cgclass, gcSolNIH, gcNil, gcSL2)) #define translatable (euclid || nonisotropic)