Triangle.NET icon indicating copy to clipboard operation
Triangle.NET copied to clipboard

C# / .NET version of Jonathan Shewchuk's Triangle mesh generator.

Results 12 Triangle.NET issues
Sort by recently updated
recently updated
newest added

Hi @wo80, Great job with porting the `Triangle` library! Recently, I conducted some benchmarks of your package compared to my package, [`BurstTriangulator`][package] (and others). The package is targeted for C#...

Hi, i am struggling to achieve mesh refinement around a line segment and around some points inside a polygon. i used this code below to define the geometry for the...