diff options
Diffstat (limited to 'Spear/Math/Plane.hs')
-rw-r--r-- | Spear/Math/Plane.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Spear/Math/Plane.hs b/Spear/Math/Plane.hs index 8772a42..6fabbec 100644 --- a/Spear/Math/Plane.hs +++ b/Spear/Math/Plane.hs | |||
@@ -7,7 +7,7 @@ module Spear.Math.Plane | |||
7 | where | 7 | where |
8 | 8 | ||
9 | 9 | ||
10 | import Spear.Math.Vector3 as Vector | 10 | import Spear.Math.Vector3 |
11 | 11 | ||
12 | 12 | ||
13 | data PointPlanePos = Front | Back | Contained deriving (Eq, Ord, Show) | 13 | data PointPlanePos = Front | Back | Contained deriving (Eq, Ord, Show) |