Re: [wxhaskell-users] drawPolygon

2007-07-31 Thread Eric Y. Kow
Hi, On Tue, Jul 31, 2007 at 20:30:51 +0100, Daniel J Birkinshaw wrote: > I'm confused about how drawPolygon works; or rather in my case > doesn't. I can draw a triangle (Polygon [pt 50 175, pt 100 0, pt 0 0]) > but the points have to be in that exact order or it won't work. No comment on the orde

[wxhaskell-users] drawPolygon

2007-07-31 Thread Daniel J Birkinshaw
Hi, I'm confused about how drawPolygon works; or rather in my case doesn't. I can draw a triangle (Polygon [pt 50 175, pt 100 0, pt 0 0]) but the points have to be in that exact order or it won't work. Furthermore if I try to translate all the points by, for example, 10i+10j when I draw it not all