Next: Pairwise collision detection
Up: Introduction
Previous: Summary
  Contents
Prior Work
Many researchers, from many domains, have addressed the problem
of collision detection.
Following Lin and Gottschalk in [#!linSurvey!#], we
separate out two main areas of work:
-body collision detection, the ``broad phase'' which
determines which pairs among
objects may intersect;
and pairwise collision detection, the ``narrow phase''
which decides whether a single pair of objects collide.
Any
-body algorithm depends on a pairwise
algorithm to perform the final tests.
Finally, although the two problems are distinct,
the common and literature usage of the term ``collision detection''
can refer to work in either
-body or pairwise detection.
The voxel method, whose presentation forms the bulk of this work,
addresses the
-body problem.
Subsections
Orion Lawlor
2001-08-31