Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 907 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 907 Bytes

Computational Geometry in C

The file Ccode2.tar.gz is a gzipped tar file containing all the C code for "Computational Geometry in C (Second Edition)":

Code function Chapter pointer directory
Triangulate Chapter 1 Code 1.14 /tri
Convex Hull(2D) Chapter 3 Code 3.8 /graham
Convex Hull(3D) Chapter 4 Code 4.8 /chull
sphere.c Chapter 4 Fig. 4.15 /sphere
Delaunay Triang Chapter 5 Code 5.2 /dt
SegSegInt Chapter 7 Code 7.2 /segseg
Point-in-poly Chapter 7 Code 7.13 /inpoly
Point-in-hedron Chapter 7 Code 7.15 /inhedron
Int Conv Poly Chapter 7 Code 7.17 /convconv
Mink Convolve Chapter 8 Code 8.5 /mink
Arm Move Chapter 8 Code 8.7 /arm

License

Copyright Joseph O'Rourke 1997