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

https://github.com/w8r/orourke-compc

Code from O'Rourke book "Computational Geometry algorithms in C" 1997
https://github.com/w8r/orourke-compc

algorithms arm book-examples code computational-geometry convex-hull graham-scan-algorithm minkowski-sum point-in-polygon triangulation

Last synced: 6 months ago
JSON representation

Code from O'Rourke book "Computational Geometry algorithms in C" 1997

Awesome Lists containing this project

README

          

# 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)"](http://crtl-i.com/PDF/comp_c.pdf):

| 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