wo80 / Triangle.NET

C# / .NET version of Jonathan Shewchuk's Triangle mesh generator.
463 stars 85 forks source link

Capacity bug at Geometry.Polygon. #14

Closed haruby511 closed 2 years ago

haruby511 commented 4 years ago

Constructor of Geometry.Polygon which has capacity parameter do not passing the capacity to its vertex list. The line should be

: this(capacity, false)