[Constructor of Geometry.Polygon](https://github.com/eppz/Triangle.NET/blob/master/Triangle.NET/Triangle/Geometry/Polygon.cs#L72) which has `capacity` parameter do not passing the `capacity` to its vertex list. The line should be ```csharp : this(capacity, false) ```