|
void | _Collide (const AABBCollisionNode *node, udword clip_mask) |
|
void | _Collide (const AABBNoLeafNode *node, udword clip_mask) |
|
void | _Collide (const AABBQuantizedNode *node, udword clip_mask) |
|
void | _Collide (const AABBQuantizedNoLeafNode *node, udword clip_mask) |
|
void | _CollideNoPrimitiveTest (const AABBCollisionNode *node, udword clip_mask) |
|
void | _CollideNoPrimitiveTest (const AABBNoLeafNode *node, udword clip_mask) |
|
void | _CollideNoPrimitiveTest (const AABBQuantizedNode *node, udword clip_mask) |
|
void | _CollideNoPrimitiveTest (const AABBQuantizedNoLeafNode *node, udword clip_mask) |
|
BOOL | InitQuery (PlanesCache &cache, const Plane *planes, udword nb_planes, const Matrix4x4 *worldm=null) |
|
inline_ BOOL | PlanesAABBOverlap (const Point ¢er, const Point &extents, udword &out_clip_mask, udword in_clip_mask) |
|
inline_ BOOL | PlanesTriOverlap (udword in_clip_mask) |
|
void | _Dump (const AABBCollisionNode *node) |
|
void | _Dump (const AABBNoLeafNode *node) |
|
void | _Dump (const AABBQuantizedNode *node) |
|
void | _Dump (const AABBQuantizedNoLeafNode *node) |
|
inline_ BOOL | IsCacheValid (VolumeCache &cache) |
|
| override (Collider) inline_ void InitQuery() |
|
virtual inline_ void | InitQuery () |
|
inline_ BOOL | Setup (const BaseModel *model) |
|
Definition at line 113 of file OPC_PlanesCollider.h.