oimo.collision.broadphase

OimoPhysics API Documentation

..
bruteforce
bvh
BroadPhase

The abstract class of a broad-phase collision detection algorithm.

BroadPhaseProxyCallback

A callback class for queries in a broad phase.

BroadPhaseType

Types of broad-phase algorithms.

Proxy

A proxy is an object that can be added to a broad-phase collision detection algorithm. Users of the collision part of the library can move an axis-aligned bounding box of a proxy through BroadPhase class.

ProxyPair

A pair between two proxies. Broad-phase collision algorithms collect pairs of proxies as linked list of ProxyPair.