X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FFace.hs;h=de24a43e6c1cd72afb2c88b79507a38c7a48640e;hb=b6f84e979fd6c5a5e62b53143e737a28d8ed64a7;hp=f4bc1580882e6c8ba9050462948d794dc65a13d2;hpb=96fb8fc07b8f45e13b3aa545e0889ec50d957ab8;p=spline3.git diff --git a/src/Face.hs b/src/Face.hs index f4bc158..de24a43 100644 --- a/src/Face.hs +++ b/src/Face.hs @@ -6,7 +6,7 @@ module Face ( center ) where -import Point ( Point(..), scale ) +import Point ( Point, scale ) data Face = Face { v0 :: !Point, v1 :: !Point,