HomeSort by relevance Sort by last modified time
    Searched defs:btBroadphaseProxy (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btBroadphaseProxy.h 83 ///The btBroadphaseProxy is the main class that can be used with the Bullet broadphases.
85 ATTRIBUTE_ALIGNED16(struct) btBroadphaseProxy
118 btBroadphaseProxy() :m_clientObject(0),m_multiSapParentProxy(0)
122 btBroadphaseProxy(const btVector3& aabbMin,const btVector3& aabbMax,void* userPtr,short int collisionFilterGroup, short int collisionFilterMask,void* multiSapParentProxy=0)
180 struct btBroadphaseProxy;
206 btBroadphasePair(btBroadphaseProxy& proxy0,btBroadphaseProxy& proxy1)
226 btBroadphaseProxy* m_pProxy0;
227 btBroadphaseProxy* m_pProxy1;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btBroadphaseProxy.java 18 public class btBroadphaseProxy extends BulletBase {
21 protected btBroadphaseProxy(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btBroadphaseProxy, normally you should not need this constructor it's intended for low-level usage. */
27 public btBroadphaseProxy(long cPtr, boolean cMemoryOwn) {
28 this("btBroadphaseProxy", cPtr, cMemoryOwn);
39 public static long getCPtr(btBroadphaseProxy obj) {
61 /** Temporary instance, use by native methods that return a btBroadphaseProxy instance */
62 protected final static btBroadphaseProxy temp = new btBroadphaseProxy(0, false);
63 public static btBroadphaseProxy internalTemp(long cPtr, boolean own)
    [all...]

Completed in 2897 milliseconds