]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Import cleanup in Face.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 16 Apr 2015 01:15:22 +0000 (21:15 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 16 Apr 2015 01:15:22 +0000 (21:15 -0400)
src/Face.hs

index 785acafef9bfdc92b4eea5ef1cfa4b0f3deea870..f4bc1580882e6c8ba9050462948d794dc65a13d2 100644 (file)
@@ -1,12 +1,12 @@
 -- | The Face module just contains the definition of the 'Face' data
 --   type and its two typeclass instances.
+--
 module Face (
   Face(..),
-  center
-  )
+  center )
 where
 
-import Point
+import Point ( Point(..), scale )
 
 data Face = Face { v0 :: !Point,
                    v1 :: !Point,