Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
DbtSoftClusterCollisionShape.java20 public class btSoftClusterCollisionShape extends btConvexInternalShape { class
23 protected btSoftClusterCollisionShape(final String className, long cPtr, boolean cMemoryOwn) { in btSoftClusterCollisionShape() method in btSoftClusterCollisionShape
29 public btSoftClusterCollisionShape(long cPtr, boolean cMemoryOwn) { in btSoftClusterCollisionShape() method in btSoftClusterCollisionShape
72 public btSoftClusterCollisionShape(btSoftBody.Cluster cluster) { in btSoftClusterCollisionShape() method in btSoftClusterCollisionShape
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyInternals.h123btSoftClusterCollisionShape (const btSoftBody::Cluster* cluster) : m_cluster(cluster) { setMargin(… in btSoftClusterCollisionShape() function