]> Shamusworld >> Repos - architektonas/blobdiff - src/geometry.cpp
Lines respond to mouse movement, added Text rendering.
[architektonas] / src / geometry.cpp
index 1ec93db7e1430b2752cc4e77a2b2d9d30ce61aeb..e572fab6bbc64d93e8a6e1d85a01dfd6edf2bf2a 100644 (file)
@@ -126,6 +126,7 @@ bool Geometry::Intersects(Object * obj1, Object * obj2, double * t, double * s)
 }
 #endif
 
+#if 0
 // Finds the intersection between two lines (if any)
 int Geometry::Intersects(Line * l1, Line * l2, double * tp/*= 0*/, double * up/*= 0*/)
 {
@@ -384,7 +385,7 @@ int Geometry::Intersects(Circle * c1, Circle * c2, double * tp/*= 0*/, double *
 
        return 2;
 }
-
+#endif
 
 // should we just do common trig solves, like AAS, ASA, SAS, SSA?
 // Law of Cosines: