Binary space partitioning
Appearance
A binary space partition or BSP is a type of tree data structure which divides a region of space into convex hulls.
It is used in 3D computer games, particularly first-person shooters. One of the earliest games to use a BSP data structure was Doom.