Expand description

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

Structs

An Axis-Aligned Bounding Box (AABB).

A Cicle Collider.

Constants

Default bounding box size for a Point.

Traits

The Collide trait is used to define collisions between two Colliders.

The Collider trait is implemented by different Colliders.