ppc_triangle
ppc_triangle,
a C code which
is the library version of Jonathan Shewchuk's triangle() code,
for computing a triangular mesh from a given set of points,
from Rouben Rostamian's "Programming Projects in C";
Licensing:
The information on this web page is distributed under the MIT license.
Languages:
ppc_triangle is available in
a C version.
Related Data and Programs:
ppc_triangle_test
triangle_shewchuk,
a C code which
computes a triangulation of a geometric region,
by Jonathan Shewchuk.
Reference:
-
Rouben Rostamian,
Programming Projects in C
for Students of Engineering, Science, and Mathematics,
SIAM, 2014,
ISBN: 978-1-611973-49-5
-
https://userpages.umbc.edu/~rostamia/cbook/
-
Jonathan Shewchuk,
Triangle: Engineering a 2D Quality Mesh Generator and
Delaunay Triangulator,
in Applied Computational Geometry: Towards Geometric Engineering,
edited by Ming Lin, Dinesh Manocha,
Lecture Notes in Computer Science, Volume 1148,
Springer, 1996,
ISBN: 354061785X,
LC: QA448.D38.A635.
Source Code:
Last revised on 20 May 2024.