Bullet Collision Detection & Physics Library
Classes | Enumerations
btDispatcher.h File Reference
#include "LinearMath/btScalar.h"
Include dependency graph for btDispatcher.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  btDispatcherInfo
 
class  btDispatcher
 The btDispatcher interface class can be used in combination with broadphase to dispatch calculations for overlapping pairs. More...
 

Enumerations

enum  ebtDispatcherQueryType {
  BT_CONTACT_POINT_ALGORITHMS = 1,
  BT_CLOSEST_POINT_ALGORITHMS = 2
}
 

Enumeration Type Documentation

Enumerator
BT_CONTACT_POINT_ALGORITHMS 
BT_CLOSEST_POINT_ALGORITHMS 

Definition at line 69 of file btDispatcher.h.