Home
last modified time | relevance | path

Searched defs:btSoftBodyCollisionShape (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
DbtSoftBodyCollisionShape.java20 public class btSoftBodyCollisionShape extends btConcaveShape { class
23 protected btSoftBodyCollisionShape(final String className, long cPtr, boolean cMemoryOwn) { in btSoftBodyCollisionShape() method in btSoftBodyCollisionShape
29 public btSoftBodyCollisionShape(long cPtr, boolean cMemoryOwn) { in btSoftBodyCollisionShape() method in btSoftBodyCollisionShape
72 public btSoftBodyCollisionShape(btSoftBody backptr) { in btSoftBodyCollisionShape() method in btSoftBodyCollisionShape
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyInternals.h54 btSoftBodyCollisionShape(btSoftBody* backptr) in btSoftBodyCollisionShape() function