Tuesday, May 1, 2007

Recursive Dimensional Clustering

By:
"Collision detection can be done in many ways. The most straightforward and simplest way is to just test every object against all other objects. Because every object has to test only for others after it in the list of objects, and testing an object with itself is useless, we arrive at the well known brute force comparison algorithm:"

0 comments: