Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
just a question, it was published in 1998? So how is it old if C came out in 70s – TStamper May 7 '09 at 19:46
Dated in terms of algorithms in the text. It does not have the newer data structures. – Timmy May 7 '09 at 19:50
Some of the answers to this question asking for geometrical source code recommend books. Might be worth a look. stackoverflow.com/questions/126658/… – MarkJ May 7 '09 at 20:10

closed as not constructive by Jeremy Banks, Bill the Lizard Sep 22 '11 at 0:52

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

up vote 11 down vote accepted

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

share|improve this answer
I like the de Berg book too. – Derek Ledbetter May 7 '09 at 20:13
De Berg is on my shelf too... – winwaed Mar 8 '11 at 19:21

Here is a super list, hot off of Wikipedia:

http://en.wikipedia.org/wiki/List_of_books_in_computational_geometry

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.