API Docs for: 0.3.0
Show:

Collision Module

The aim of this module is to give you tools to test intersections between bounding boxes, bouncing circles and segments.

Three classes covers a large set of interaction for different shapes, and meet all standard requirements: CollisionBox for Axis-aligned bounding box, CollisionCircle for bounding circle and CollisionSegment for all others possibilities.