11 lines
830 B
Markdown
11 lines
830 B
Markdown
|
# **Triangle.NET** (beta 4) by Christian Woltering
|
||
|
|
||
|
Triangle.NET generates 2D (constrained) Delaunay triangulations and high-quality meshes of point sets or planar straight line graphs. It is a C# port of Jonathan Shewchuk's [Triangle](http://www.cs.cmu.edu/~quake/triangle.html) software.
|
||
|
|
||
|
## Attribution
|
||
|
|
||
|
This C# libray is created and maintained by Christian Woltering. This repository is a fork of the original [**Triangle.NET** repository at CodePlex](https://triangle.codeplex.com). This branch contains the C# source only. See [`master`](https://github.com/eppz/Triangle.NET/tree/master) for the full Triangle.NET repository mirror, or visit the original [**Triangle.NET** repository at CodePlex](https://triangle.codeplex.com).
|
||
|
|
||
|
## License
|
||
|
|
||
|
> Licensed under the [**MIT License**](https://en.wikipedia.org/wiki/MIT_License).
|