X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmathconstants.h;h=42f4940343c5119aa97867f63e225e01f643657e;hb=6a7baa2814a8b4d0b93df776a4c99689bcfb3ffa;hp=c180d14d6fc786768ab9a9c0c300c6fe0682d704;hpb=14fee18e7a8ebfccfc1ebe203fe049f268efb40a;p=architektonas diff --git a/src/mathconstants.h b/src/mathconstants.h index c180d14..42f4940 100644 --- a/src/mathconstants.h +++ b/src/mathconstants.h @@ -16,5 +16,8 @@ #define PI 3.14159265358979323846264338327 #define PI_OVER_2 (PI / 2.0) +#define PI3_OVER_2 ((3.0 * PI) / 2.0) +#define PI_TIMES_2 (PI * 2.0) #define RADIANS_TO_DEGREES (180.0 / PI) #define DEGREES_TO_RADIANS (PI / 180.0) +