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)