mirror of
https://github.com/jhasse/poly2tri.git
synced 2024-11-05 13:59:53 +01:00
Add references section to README
The flipscan picture by Thomas Ahlen was found on those pages: https://blackflux.wordpress.com/2014/03/01/meshing-in-voxel-engines-part-2/ https://groups.google.com/g/poly2tri/c/LNfxMtVyhqs
This commit is contained in:
parent
1054475eeb
commit
718d687bae
@ -104,3 +104,11 @@ mkdir build && cd build
|
||||
cmake -GNinja -DP2T_BUILD_TESTBED=ON
|
||||
cmake --build .
|
||||
```
|
||||
|
||||
References
|
||||
==========
|
||||
|
||||
- Domiter V. and Zalik B. (2008) Sweep‐line algorithm for constrained Delaunay triangulation
|
||||
- FlipScan by library author Thomas Åhlén
|
||||
|
||||
![FlipScan](doc/FlipScan.png)
|
||||
|
BIN
doc/FlipScan.png
Normal file
BIN
doc/FlipScan.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 223 KiB |
@ -33,7 +33,7 @@
|
||||
* Zalik, B.(2008)'Sweep-line algorithm for constrained Delaunay triangulation',
|
||||
* International Journal of Geographical Information Science
|
||||
*
|
||||
* "FlipScan" Constrained Edge Algorithm invented by Thomas ?hl?n, thahlen@gmail.com
|
||||
* "FlipScan" Constrained Edge Algorithm invented by Thomas Åhlén, thahlen@gmail.com
|
||||
*/
|
||||
|
||||
#ifndef SWEEP_H
|
||||
|
Loading…
Reference in New Issue
Block a user