This is a C# implementation of Divide and conquer Delaunay triangulation. The implementation follows Guibas and Stolfi’s paper. This is the vertical cut implementation of divide and conquer.
-
Updated
Jan 30, 2024 - C#
This is a C# implementation of Divide and conquer Delaunay triangulation. The implementation follows Guibas and Stolfi’s paper. This is the vertical cut implementation of divide and conquer.
Add a description, image, and links to the guibas topic page so that developers can more easily learn about it.
To associate your repository with the guibas topic, visit your repo's landing page and select "manage topics."