Better focus

This commit is contained in:
Yann Esposito (Yogsototh) 2013-01-11 16:30:08 +01:00
parent b461b33eba
commit 5d1deba9b9

View file

@ -278,7 +278,7 @@ it seems natural to add the size of the view as parameter.
> -- The final transformation to transform the final result (zoom,rotate,translate)
> final :: Int -> Point -> Point
> final width = trans (w/2,w/2) . zoom (w/10) . rot (- pi)
> final width = trans (w/2,w) . zoom (w/10) . rot (- pi)
> where w = fromIntegral width
And now the F_i functions.