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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBody.java     [all...]
SoftbodyJNI.java     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 527 /* AJoint */
528 struct AJoint : Joint
533 virtual void Prepare(AJoint*) {}
534 virtual btScalar Speed(AJoint*,btScalar current) { return(current); }
773 void appendAngularJoint(const AJoint::Specs& specs,Cluster* body0,Body body1);
774 void appendAngularJoint(const AJoint::Specs& specs,Body body=Body());
775 void appendAngularJoint(const AJoint::Specs& specs,btSoftBody* body);
btSoftBody.cpp 414 void btSoftBody::appendAngularJoint(const AJoint::Specs& specs,Cluster* body0,Body body1)
416 AJoint* pj = new(btAlignedAlloc(sizeof(AJoint),16)) AJoint();
429 void btSoftBody::appendAngularJoint(const AJoint::Specs& specs,Body body)
435 void btSoftBody::appendAngularJoint(const AJoint::Specs& specs,btSoftBody* body)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]

Completed in 831 milliseconds