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 6fabbec..b20740c 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 | 10 | import Spear.Math.Vector |
| 11 | 11 | ||
| 12 | 12 | ||
| 13 | data PointPlanePos = Front | Back | Contained deriving (Eq, Ord, Show) | 13 | data PointPlanePos = Front | Back | Contained deriving (Eq, Ord, Show) |
