Blender V2.61 - r43446
|
#include "LinearMath/btVector3.h"
#include "btOverlappingPairCache.h"
#include "btBroadphaseInterface.h"
#include "btBroadphaseProxy.h"
#include "btOverlappingPairCallback.h"
#include "btDbvtBroadphase.h"
Go to the source code of this file.
Classes | |
class | btAxisSweep3Internal< BP_FP_INT_TYPE > |
class | btAxisSweep3Internal< BP_FP_INT_TYPE >::Edge |
class | btAxisSweep3Internal< BP_FP_INT_TYPE >::Handle |
class | btAxisSweep3 |
class | bt32BitAxisSweep3 |
Defines | |
#define | USE_OVERLAP_TEST_ON_REMOVES 1 |
#define | CLEAN_INVALID_PAIRS 1 |
Variables | |
int | gOverlappingPairs |
#define CLEAN_INVALID_PAIRS 1 |
#define USE_OVERLAP_TEST_ON_REMOVES 1 |
Definition at line 30 of file btAxisSweep3.h.
Referenced by btAxisSweep3Internal< BP_FP_INT_TYPE >::sortMaxDown(), and btAxisSweep3Internal< BP_FP_INT_TYPE >::sortMinUp().
Definition at line 26 of file btOverlappingPairCache.cpp.
Referenced by btSortedOverlappingPairCache::addOverlappingPair(), btMultiSapBroadphase::calculateOverlappingPairs(), btSimpleBroadphase::calculateOverlappingPairs(), btSortedOverlappingPairCache::processAllOverlappingPairs(), btHashedOverlappingPairCache::processAllOverlappingPairs(), and btSortedOverlappingPairCache::removeOverlappingPair().