Collision Detection

Introduction to Collision Detection:

        The problem of collision detection between moving objects is fundamental to simulations of the physical world. It has been studied in many different communities including robotics, computer graphics, computer-aided design, and computational geometry. There are several algorithms for collision detection. Examples include the Lin-Canny closest features algorithm, V-CLip, I-Collide, OBB-tree, and KDS.

Overview:

Lin-Canny Closest Features Algorithm

V-Clip

I-COLLIDE

OBB-Tree

Q-COLLIDE

QuickCD

Kinetic Data Structure for collision detection:

Other Papers:

Software

Other Links

People Interested in Collision Detection


jgao@cs.stanford.edu
aaltman@cs.stanford.edu
Last modified: May 25th, 2001