Variable Polygon.vertices

The vertices of the polygon

class Polygon
{
  // ...
  Vector!(T,2)[numSides] vertices ;
  // ...
}