An open API service indexing awesome lists of open source software.

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

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)