delaunay2d/README.md

13 lines
162 B
Markdown
Raw Permalink Normal View History

2021-09-15 14:13:25 +08:00
## A C++ implementation of the 2D Delaunay triangulation using the Bowyer-Watson algorithm.
### compile
```shell
g++ demo.cpp
```
### run
```shell
2021-09-19 09:21:11 +08:00
./a.out
```