Module collider

Module collider 

Source
Expand description

Definition of the Collider and Collide traits, as well as simple Colliders.

Structs§

AABB
An Axis-Aligned Bounding Box (AABB).
Circle
A Cicle Collider.

Constants§

POINT_BOUNDING_SIZE
Default bounding box size for a Point.

Traits§

Collide
The Collide trait is used to define collisions between two Colliders.
Collider
The Collider trait is implemented by different Colliders.