Polygon.vertices

The vertices of the polygon

class Polygon(T, uint numSides)
Vector!(T, 2)[numSides] vertices;

Meta