Stores a polygon
The default constructor which creates a polygon with no vertices.
| const std::vector< Vec2D > &vertices ) |
Construct the polygon from a list of vertices.
| const Vec2D *vertices, int numVertices ) |
Construct the polygon from a list of vertices. The vertices should point to an array of (at least) numVertices number of vertices.