ABSTRACT

Intersection testing is often used in computer graphics. We may wish to click the mouse on an object, or to determine whether two objects collide, or to make sure we maintain a constant height off the floor for our viewer as we navigate a building. All of these operations can be performed with intersection tests. In this chapter, we cover the most common ray/object and object/object intersection tests.