views:

198

answers:

1

I am familiar with O'Rourke's Computational Geometry in C, but it feels a little dated. Any recommendations for books, preferably with source code?

+8  A: 

For a great introduction to algorithms and theory of Computational Geometry, I cannot speak highly enough of the book Computational Geometry by de Berg, et al. For a more advanced book, I would look at Preparata.

Amazon Link: de Berg

Amazon Link: Preparata

SplittingField
I like the de Berg book too.
Derek Ledbetter