|
|
|
|
|
|
|
|
Triangle Vertices in Delaunay
|
|
|
|
|
|
|
|
|
|
|
|
2011-02-16
|
|
|
|
|
|
In simple 2D Delaunay triangulation, it is useful to have the final list of vertices of the individual triangles. That way, the triangles can be individually lofted. The routine Triangles below does this, by taking the Delaunay triangulation output. It returns the list of vertices of the unique triangles.
|
|
|
|
|
|
|
|
|
|
|
|
Computational Geometry, Delaunay Triangulation
|
|
|
|
|
|
| TriangleVerticesInDelaunay.nb (39.7 KB) - Mathematica Notebook |
|
|