Creates a polygon from an ordered list of vertices.
vertices
const Polygon(this.vertices) : assert(vertices.length > 2);