Polygon
Constructor takes a supplied list of vertices and generates a convex hull around them.
Parameters
vert List
Vertices of polygon to create.
Constructor to generate a rectangle.
Parameters
width
Desired width of rectangle
height
Desired height of rectangle
Generate a regular polygon with a specified number of sides and size.
Parameters
radius
The maximum distance any vertex is away from the center of mass.
no Of Sides
The desired number of face the polygon has.