0
votes
0answers
221 views

Real time collision detection book?

I've heard that the book Real-Time Collision Detection is not for beginners and that I have to know algorithms, be strong in math and know some computational geometry. Are there any recommended books ...
5
votes
1answer
589 views

Documentation on 2D space partitioning

I am looking for documentation that explains the different kinds of (well the major ones anyway) 2D space partitioning algorithms & data structures. Any pointers besides 'Google it and sift ...