I am trying use GD module to draw some different polygons(equal side lenghth). It will be nice if I know the coordinates of each vertex to draw it in a given size of image. Otherwise, I have to use addPt function after calculate the the corresponding vertex coordinates. It will be pain if I want draw a polygon with 14 sides.