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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCompoundShape.cpp 51 void btCompoundShape::addChildShape(const btTransform& localTransform,btCollisionShape* shape)
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btGImpactCompoundShape.java 140 public void addChildShape(Matrix4 localTransform, btCollisionShape shape) {
144 public void addChildShape(btCollisionShape shape) {
btCompoundShape.java 62 public void addChildShape(Matrix4 localTransform, btCollisionShape shape) {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactShape.h 420 void addChildShape(const btTransform& localTransform,btCollisionShape* shape)
428 void addChildShape(btCollisionShape* shape)

Completed in 210 milliseconds