HomeSort by relevance Sort by last modified time
    Searched refs:btSoftClusterCollisionShape (Results 1 - 5 of 5) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftClusterCollisionShape.java 20 public class btSoftClusterCollisionShape extends btConvexInternalShape {
23 protected btSoftClusterCollisionShape(final String className, long cPtr, boolean cMemoryOwn) {
28 /** Construct a new btSoftClusterCollisionShape, normally you should not need this constructor it's intended for low-level usage. */
29 public btSoftClusterCollisionShape(long cPtr, boolean cMemoryOwn) {
30 this("btSoftClusterCollisionShape", cPtr, cMemoryOwn);
41 public static long getCPtr(btSoftClusterCollisionShape obj) {
72 public btSoftClusterCollisionShape(btSoftBody.Cluster cluster) {
SoftbodyJNI.java     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyInternals.h 116 // btSoftClusterCollisionShape
118 class btSoftClusterCollisionShape : public btConvexInternalShape
123 btSoftClusterCollisionShape (const btSoftBody::Cluster* cluster) : m_cluster(cluster) { setMargin(0); }
702 btSoftClusterCollisionShape cshape(cluster);
771 btSoftClusterCollisionShape csa(cla);
772 btSoftClusterCollisionShape csb(clb);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
classes.i 55 SPECIFY_CLASS(btSoftClusterCollisionShape, com.badlogic.gdx.physics.bullet.softbody)
softbody_wrap.cpp     [all...]

Completed in 759 milliseconds