https://github.com/auralius/delaunay-triangulation
Delaunay triangulation with CGAL
https://github.com/auralius/delaunay-triangulation
Last synced: about 1 year ago
JSON representation
Delaunay triangulation with CGAL
- Host: GitHub
- URL: https://github.com/auralius/delaunay-triangulation
- Owner: auralius
- Created: 2012-08-31T13:52:19.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-31T14:05:34.000Z (almost 14 years ago)
- Last Synced: 2025-03-27T05:23:25.509Z (about 1 year ago)
- Language: C++
- Size: 89.8 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.txt
Awesome Lists containing this project
README
31.08.2012
manurung.auralius@gmail.com
The output of the C++ program is file named: output.txt.
Matlab program will visualize the data.
Data format:
line_segment_1a_x line_segment_1a_y line_segment_1a_z
line_segment_1b_x line_segment_1b_y line_segment_1b_z
line_segment_2a_x line_segment_2a_y line_segment_2a_z
line_segment_2b_x line_segment_2b_y line_segment_2b_z
...
...
line_segment_na_x line_segment_na_y line_segment_na_z
line_segment_nb_x line_segment_nb_y line_segment_nb_z
line_segment:
a *-------------------* b
(x,y,z) (x,y,z)