next up previous contents index CD CD Algorithms
Next: Algorithms in C++ Up: Programs from Books Previous: Algorithms from P to

Computational Geometry in C

 

O'Rourke [O'R94] is perhaps the best practical introduction to computational geometry available, because of its careful and correct C language implementations of the fundamental algorithms of computational geometry. Fundamental geometric primitives, convex hulls, triangulations, Voronoi diagrams, and motion planning are all included. Although they were implemented primarily for exposition rather than production use, they should be quite reliable. The codes are available from http://grendel.csc.smith.edu/ tex2html_wrap_inline31297 orourke/.

Programs


Algorithms
Mon Jun 2 23:33:50 EDT 1997