Polygon Methods

Polygon(point1, point2, point3, ...)
Constructs a polygon having the given points as vertices. Also accepts a single parameter that is a list of the vertices.
getPoints()
Returns a list containing clones of the points used to construct the polygon.



John Zelle 2010-08-29