andersch.dev

<2022-05-08 Sun>

Collision detection

Collision detection is the computational problem of detecting the intersection of two or more objects.

It is a major part of the physic simulation in game development and is implemented in some form by any physics engine.

Resources