[][src]Module physme::broad

This module provides the broad phase using an R*-tree. You shouldn't have to use it directly.

Structs

BoundingBox

A simple wrapper around rstars AABB. Generic over the dimesions of the point.

BroadPhase

The broad phase, using an R*-tree.

Traits

Collider

A generic collider trait for the shapes in dim2 and dim3.