Expand description

Persistent and time-coherent collision detection.

Modules

  • Broad phases.
  • Glue code between each part of the collision-detection pipeline.
  • Persistent collision detection algorithms to compute contact points.
  • Definition of collision objects and some of their properties.
  • High level API to detect collisions in large, complex scenes.

Structs

Enums

  • Events occuring when two collision objects start or stop being in contact (or penetration).
  • The kind of query a CollisionObject may be involved on.
  • An interaction between two collision objects.

Traits

Functions

Type Aliases