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

Go to the source code of this file.

Classes

struct  btElement
 
class  btUnionFind
 UnionFind calculates connected subsets. More...
 

Macros

#define USE_PATH_COMPRESSION   1
 
#define STATIC_SIMULATION_ISLAND_OPTIMIZATION   1
 see for discussion of static island optimizations by Vroonsh here: http://code.google.com/p/bullet/issues/detail?id=406 More...
 

Macro Definition Documentation

#define STATIC_SIMULATION_ISLAND_OPTIMIZATION   1

see for discussion of static island optimizations by Vroonsh here: http://code.google.com/p/bullet/issues/detail?id=406

Definition at line 24 of file btUnionFind.h.

#define USE_PATH_COMPRESSION   1

Definition at line 21 of file btUnionFind.h.