]> Shamusworld >> Repos - architektonas/blobdiff - src/mathconstants.h
Added bounding calcs to Arc, more fixes for groups.
[architektonas] / src / mathconstants.h
index 78d7d7021f928257ec472db39b8677634d4bc00f..c180d14d6fc786768ab9a9c0c300c6fe0682d704 100644 (file)
@@ -14,6 +14,7 @@
 // JLH  04/01/2011  Created this file
 //
 
-#define PI 3.14159265358979323846264338327
+#define PI                 3.14159265358979323846264338327
+#define PI_OVER_2          (PI / 2.0)
 #define RADIANS_TO_DEGREES (180.0 / PI)
 #define DEGREES_TO_RADIANS (PI / 180.0)