draw2d and convex polygon




> draw doesn't provide such a function. As far as I can say, you have to
> order the vertices by hand or write your own function (a convex hull
> algorithm?) 


What is "convex hull" algorithm?

MR