aboutsummaryrefslogtreecommitdiff
path: root/Spear/Math/Plane.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Spear/Math/Plane.hs')
-rw-r--r--Spear/Math/Plane.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/Spear/Math/Plane.hs b/Spear/Math/Plane.hs
index ee788b5..5440a43 100644
--- a/Spear/Math/Plane.hs
+++ b/Spear/Math/Plane.hs
@@ -1,3 +1,5 @@
1{-# LANGUAGE NoImplicitPrelude #-}
2
1module Spear.Math.Plane 3module Spear.Math.Plane
2( 4(
3 Plane 5 Plane
@@ -6,7 +8,8 @@ module Spear.Math.Plane
6) 8)
7where 9where
8 10
9import Spear.Math.Vector 11import Spear.Math.Vector
12import Spear.Prelude
10 13
11data PointPlanePos = Front | Back | Contained deriving (Eq, Show) 14data PointPlanePos = Front | Back | Contained deriving (Eq, Show)
12 15