# Triangle.NET **Repository Path**: oopenoo/Triangle.NET ## Basic Information - **Project Name**: Triangle.NET - **Description**: Triangle.NET generates 2D (constrained) Delaunay triangulations and high-quality meshes of point sets or planar straight line graphs. It is a C# port by Christian Woltering of Jonathan Shewchuk's Triangle software. Forked from https://triangle.codeplex.com. I prepared a "Release" branch (containing C# source only) for submodule usage. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-23 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # **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). ## License > Licensed under the [**MIT License**](https://en.wikipedia.org/wiki/MIT_License).