项目作者: Vignesh2508

项目描述 :
A simple Delaunay mesh generator based on the Bowyer-Watson algorithm. I have based my code on the pseudocode present in the Wikipedia page. I have viewed other people's code and I believe this code is simpler and easier to understand the algorithm. This is an incremental algorithm and it is slower than the Divide and conquer method available.
高级语言: Python
项目地址: git://github.com/Vignesh2508/Delaunay.git
创建时间: 2020-09-30T07:39:02Z
项目社区:https://github.com/Vignesh2508/Delaunay

开源协议:

下载