Bullet Collision Detection & Physics Library
|
#include "gim_array.h"
#include "gim_radixsort.h"
#include "gim_box_collision.h"
#include "gim_tri_collision.h"
Go to the source code of this file.
Classes | |
struct | GIM_PAIR |
Overlapping pair. More... | |
class | gim_pair_set |
A pairset array. More... | |
class | GIM_PRIMITIVE_MANAGER_PROTOTYPE |
Prototype Base class for primitive classification. More... | |
struct | GIM_AABB_DATA |
struct | GIM_BOX_TREE_NODE |
Node Structure for trees. More... | |
class | GIM_BOX_TREE |
Basic Box tree structure. More... | |
class | GIM_BOX_TREE_TEMPLATE_SET< _GIM_PRIMITIVE_MANAGER_PROTOTYPE, _GIM_BOX_TREE_PROTOTYPE > |
Generic Box Tree Template. More... | |
class | GIM_BOX_TREE_SET< _GIM_PRIMITIVE_MANAGER_PROTOTYPE > |
Class for Box Tree Sets. More... | |
class | GIM_TREE_TREE_COLLIDER< BOX_SET_CLASS0, BOX_SET_CLASS1 > |
GIM_BOX_SET collision methods. More... | |
Definition in file gim_box_set.h.