Home
last modified time | relevance | path

Searched defs:btSimpleBroadphase (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtSimpleBroadphase.java18 public class btSimpleBroadphase extends btBroadphaseInterface { class
21 protected btSimpleBroadphase(final String className, long cPtr, boolean cMemoryOwn) { in btSimpleBroadphase() method in btSimpleBroadphase
27 public btSimpleBroadphase(long cPtr, boolean cMemoryOwn) { in btSimpleBroadphase() method in btSimpleBroadphase
61 public btSimpleBroadphase(int maxProxies, btOverlappingPairCache overlappingPairCache) { in btSimpleBroadphase() method in btSimpleBroadphase
65 public btSimpleBroadphase(int maxProxies) { in btSimpleBroadphase() method in btSimpleBroadphase
69 public btSimpleBroadphase() { in btSimpleBroadphase() method in btSimpleBroadphase
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
DbtMultiSapBroadphase.h24 class btSimpleBroadphase; variable
DbtSimpleBroadphase.cpp41 btSimpleBroadphase::btSimpleBroadphase(int maxProxies, btOverlappingPairCache* overlappingPairCache) in btSimpleBroadphase() function in btSimpleBroadphase