X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FFace.hs;h=f4bc1580882e6c8ba9050462948d794dc65a13d2;hb=539486a032dbd760bf01c37d6d8e063aaf4a59bc;hp=785acafef9bfdc92b4eea5ef1cfa4b0f3deea870;hpb=5f01596d42cca3ec2b8236d697adb468cfcdb055;p=spline3.git diff --git a/src/Face.hs b/src/Face.hs index 785acaf..f4bc158 100644 --- a/src/Face.hs +++ b/src/Face.hs @@ -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,