diff options
Diffstat (limited to 'Spear/Math/Plane.hs')
-rw-r--r-- | Spear/Math/Plane.hs | 5 |
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 | |||
1 | module Spear.Math.Plane | 3 | module Spear.Math.Plane |
2 | ( | 4 | ( |
3 | Plane | 5 | Plane |
@@ -6,7 +8,8 @@ module Spear.Math.Plane | |||
6 | ) | 8 | ) |
7 | where | 9 | where |
8 | 10 | ||
9 | import Spear.Math.Vector | 11 | import Spear.Math.Vector |
12 | import Spear.Prelude | ||
10 | 13 | ||
11 | data PointPlanePos = Front | Back | Contained deriving (Eq, Show) | 14 | data PointPlanePos = Front | Back | Contained deriving (Eq, Show) |
12 | 15 | ||