Collision Detection

Most of the following is from :
Collision and Proximity Queries [PDF] by Ming Lin and Dinesh Manocha

Interesting questions and measures

Other distances

Time

Representation

Convex Polytopes: collision between a pair

Speed up by structuring data

Basic Computations

  • Distance computations
  • Tests and searching
  • large environments - out of core computations

    Special considerations for cloth

    thin sheet: two-sided or one-sided? 'know' that body is on 'inside'?
    

    Other notes