]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/ThreeDimensional.hs
Drop the no-longer-useful ThreeDimensional class.
[spline3.git] / src / ThreeDimensional.hs
diff --git a/src/ThreeDimensional.hs b/src/ThreeDimensional.hs
deleted file mode 100644 (file)
index 4b74f18..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-module ThreeDimensional
-  ( ThreeDimensional(..) )
-where
-
-import Point(Point)
-
-class ThreeDimensional a where
-    center :: a -> Point
-    contains_point :: a -> Point -> Bool