diff options
Diffstat (limited to 'Build/source/utils/asymptote/algebra3.h')
-rw-r--r-- | Build/source/utils/asymptote/algebra3.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Build/source/utils/asymptote/algebra3.h b/Build/source/utils/asymptote/algebra3.h index 0e6602c3cad..7043ff3c75f 100644 --- a/Build/source/utils/asymptote/algebra3.h +++ b/Build/source/utils/asymptote/algebra3.h @@ -86,8 +86,6 @@ #define MIN(a,b) ((a)<(b) ? (a) : (b)) #endif -#define DEG2RAD(x) ((x)/180.0*M_PI) -#define RAD2DEG(x) ((x)/M_PI*180.0) #define FUDGE .00001 // this line defines a new type: pointer to a function which returns a @@ -100,10 +98,6 @@ class vec4; class mat3; class mat4; -#ifndef M_PI -#define M_PI 3.141592654 -#endif - enum axes {VX, VY, VZ, VW}; /* enum planes {PA, PB, PC, PD}; |