OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOverlappingPairArray
(Results
1 - 15
of
15
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btHashedSimplePairCache.h
96
btSimplePairArray&
getOverlappingPairArray
()
101
const btSimplePairArray&
getOverlappingPairArray
() const
btCompoundCompoundCollisionAlgorithm.cpp
62
btSimplePairArray& pairs = m_childCollisionAlgorithmCache->
getOverlappingPairArray
();
76
btSimplePairArray& pairs = m_childCollisionAlgorithmCache->
getOverlappingPairArray
();
316
btSimplePairArray& pairs = m_childCollisionAlgorithmCache->
getOverlappingPairArray
();
354
btSimplePairArray& pairs = m_childCollisionAlgorithmCache->
getOverlappingPairArray
();
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btOverlappingPairCache.h
69
virtual btBroadphasePairArray&
getOverlappingPairArray
() = 0;
155
btBroadphasePairArray&
getOverlappingPairArray
()
160
const btBroadphasePairArray&
getOverlappingPairArray
() const
331
btBroadphasePairArray&
getOverlappingPairArray
()
336
const btBroadphasePairArray&
getOverlappingPairArray
() const
402
btBroadphasePairArray&
getOverlappingPairArray
()
btSimpleBroadphase.cpp
264
btBroadphasePairArray& overlappingPairArray = m_pairCache->
getOverlappingPairArray
();
btMultiSapBroadphase.cpp
367
btBroadphasePairArray& overlappingPairArray = getOverlappingPairCache()->
getOverlappingPairArray
();
btDbvtBroadphase.cpp
423
btBroadphasePairArray& overlappingPairArray = m_paircache->
getOverlappingPairArray
();
500
printf("pair[%d]=(%d,%d),",i,getOverlappingPairCache()->
getOverlappingPairArray
()[i].m_pProxy0->getUid(),
501
getOverlappingPairCache()->
getOverlappingPairArray
()[i].m_pProxy1->getUid());
561
btBroadphasePairArray& pairs=m_paircache->
getOverlappingPairArray
();
btAxisSweep3.h
642
btBroadphasePairArray& overlappingPairArray = m_pairCache->
getOverlappingPairArray
();
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btHashedOverlappingPairCache.java
73
public btBroadphasePairArray
getOverlappingPairArray
() {
btHashedSimplePairCache.java
83
public SWIGTYPE_p_btAlignedObjectArrayT_btSimplePair_t
getOverlappingPairArray
() {
btSortedOverlappingPairCache.java
69
public btBroadphasePairArray
getOverlappingPairArray
() {
btOverlappingPairCache.java
65
public btBroadphasePairArray
getOverlappingPairArray
() {
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Character/
btKinematicCharacterController.cpp
198
btBroadphasePair* collisionPair = &m_ghostObject->getOverlappingPairCache()->
getOverlappingPairArray
()[i];
593
while (cache->
getOverlappingPairArray
().size() > 0)
595
cache->removeOverlappingPair(cache->
getOverlappingPairArray
()[0].m_pProxy0, cache->
getOverlappingPairArray
()[0].m_pProxy1, collisionWorld->getDispatcher());
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
PairCacheTest.java
139
btBroadphasePairArray arr = world.broadphase.getOverlappingPairCache().
getOverlappingPairArray
();
FrustumCullingTest.java
103
btBroadphasePairArray arr = world.broadphase.getOverlappingPairCache().
getOverlappingPairArray
();
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp
[
all
...]
Completed in 1759 milliseconds