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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btRigidBody.h 128 btCollisionShape* m_collisionShape;
155 m_collisionShape(collisionShape),
252 return m_collisionShape;
256 return m_collisionShape;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionObject.h 69 btCollisionShape* m_collisionShape;
74 ///The m_collisionShape might be temporarily replaced by a child collision shape during collision detection purposes
75 ///If it is NULL, the m_collisionShape is not temporarily replaced.
211 m_collisionShape = collisionShape;
217 return m_collisionShape;
222 return m_collisionShape;
518 void *m_collisionShape;
551 void *m_collisionShape;
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h 544 void *m_collisionShape;
576 void *m_collisionShape;
    [all...]

Completed in 821 milliseconds