Home
last modified time | relevance | path

Searched refs:getDynamicAabbTree (Results 1 – 6 of 6) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtCompoundShape.h146 const btDbvt* getDynamicAabbTree() const in ATTRIBUTE_ALIGNED16()
151 btDbvt* getDynamicAabbTree() in ATTRIBUTE_ALIGNED16()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtCompoundCollisionAlgorithm.cpp59 if (compoundShape->getDynamicAabbTree()) in preallocateChildAlgorithms()
238 const btDbvt* tree = compoundShape->getDynamicAabbTree(); in processCollision()
DbtCompoundCompoundCollisionAlgorithm.cpp292 const btDbvt* tree0 = compoundShape0->getDynamicAabbTree(); in processCollision()
293 const btDbvt* tree1 = compoundShape1->getDynamicAabbTree(); in processCollision()
DbtCollisionWorld.cpp542 const btDbvt* dbvt = compoundShape->getDynamicAabbTree(); in rayTestSingleInternal()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtCompoundShape.java141 public btDbvt getDynamicAabbTree() { in getDynamicAabbTree() method in btCompoundShape
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp30404 result = (btDbvt *)((btCompoundShape const *)arg1)->getDynamicAabbTree(); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btCompoundShape_1getDynamicAabbTree_1_1SWIG_10()