summary refs log tree commit diff
path: root/src/Quaternions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Quaternions.h')
-rw-r--r--src/Quaternions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Quaternions.h b/src/Quaternions.h
index 0a0ca4f..1678b79 100644
--- a/src/Quaternions.h
+++ b/src/Quaternions.h
@@ -6,7 +6,6 @@
 #pragma mark -
 #endif
 
-#include "Maths.h"
 #ifdef OS9 
 #include <gl.h>
 #else
@@ -69,7 +68,6 @@ XYZ Quat2Vector(quaternion Quat);
 void CrossProduct(XYZ P, XYZ Q, XYZ *V);
 void Normalise(XYZ *vectory);
 float normaldotproduct(XYZ point1, XYZ point2);
-float fast_sqrt (register float arg);
 bool PointInTriangle(XYZ *p, XYZ normal, XYZ *p1, XYZ *p2, XYZ *p3);
 bool LineFacet(XYZ p1,XYZ p2,XYZ pa,XYZ pb,XYZ pc,XYZ *p);
 float LineFacetd(XYZ p1,XYZ p2,XYZ pa,XYZ pb,XYZ pc,XYZ *p);