Geometric Collision Book?

Started by
5 comments, last by SeiryuEnder 12 years, 2 months ago
Hey, I was wanting to buy a book to learn more about collision, but I'm not sure which one I should get. Any recommendations?

I was looking at Computational Geometry: Algorithms and Applications but I wasn't sure if it would go over the things I needed.
http://www.amazon.co...27205434&sr=8-1
Advertisement

Hey, I was wanting to buy a book to learn more about collision, but I'm not sure which one I should get. Any recommendations?

I was looking at Computational Geometry: Algorithms and Applications but I wasn't sure if it would go over the things I needed.
http://www.amazon.co...27205434&sr=8-1


While that is an excellent book on computational geometry, the best book I have seen devoted to collision detection is Christer Ericson's "Realtime Collision Detection".

-Josh

--www.physicaluncertainty.com
--linkedin
--irc.freenode.net#gdnet

I'll check it out, thanks. By the way, would you know what kind of math prerequisites are needed for this book?

I'll check it out, thanks. By the way, would you know what kind of math prerequisites are needed for this book?


A good understanding of calculus and linear algebra.

-Josh

--www.physicaluncertainty.com
--linkedin
--irc.freenode.net#gdnet

I'll second the recommendation for "Realtime Collision Detection". It's not an exhaustive source of information on collision detection, but is still highly informative and gives you pointers to work by other authors for material not covered in the book (due to brevity requirements, I guess). It's one of the few textbooks I've actually read cover-to-cover.

I also have the computational geometry book that you named. It is more of a general theoretical overview of various aspects of computational geometry, rather than a 'collision detection 101' sort of book. It will have a lot of information that isn't of very much use in collision detection. Still, it's a great reference for general geometric algorithms that you might encounter.
RTCD is a very nice source. That is one of the main books I've drawn information for MathGeoLib. Another very good book is Geometric Tools for Computer Graphics, associated website here.
I know it's been said several times now, but I have to really emphasize that Real Time Collision Detection is definitely worth the read.

If I recall, it even has a primer chapter on math to help you get started.

You should use it as a reference for what you need, like many technical books it can be a bit difficult to read cover-to-cover.

This topic is closed to new replies.

Advertisement