Skip to content

Bounding Box

A bounding box is a polygon that is generally not displayed but serves as a collision detection frame in games to detect whether there is a collision.

For example: In fighting games, adding a bounding box to a character's fist can be used to detect collisions with enemies, serving as detection for whether an enemy has been hit.

Released under the MIT License.