From: Daniel J B. <dan...@ya...> - 2007-07-31 19:31:08
|
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 the points have been translated. See here for what I mean: http://omploader.org/vMTdu with the code listing here if you want it: http://hpaste.org/1998 Thanks, Daniel |