public Polygon(int numvertices);
Creates a polygon. Note: The individual vertices need to be populated separately.
Polygon Class