Game Collision Detection: A Practical Introduction

by

★★★★★ 4.3/5
ISBN: 9798246414033 7h 30m read General

About This Book

Collision detection is a challenging and important multi-discipline problem in robotics, medical analysis and most importantly video games. Collision detection is not just a true or false answer to the question if two objects are touching, it is essential to detect the physical geometric data between objects and the environment accurately, such as, contact points, penetration depths, and separating normals. In fact, not only does the collision data need to be accurate for games, it needs to be fast. We explain collision detection algorithm principles and implementation details for use in interactive environments and physic-based simulators. We explain basic mathematical concepts and geometric principles (e.g., vectors, cross product, and plane equation). This textbook is designed to introduce the reader to the exciting topic of collision detection in virtual environments from a practical perspective. Organized around the central concept of collision detection, the book includes numerous practical examples in the body of the text as well as explaining technical limitations and engineering solutions. It is also one of the purposes of this book to introduce the reader to the development aspect of game and real-time interactive software.

Book Details

Publication Date
January 28, 2026
Pages
248 pages
Category
General
Format
Paperback & Digital

Key Features

  • physics
  • collision detection