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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 185 /* sCti is Softbody contact info */
186 struct sCti
266 sCti m_cti; // Contact infos
965 bool checkContact(const btCollisionObjectWrapper* colObjWrap,const btVector3& x,btScalar margin,btSoftBody::sCti& cti) const;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBody.java 615 static public class sCti extends BulletBase {
618 protected sCti(final String className, long cPtr, boolean cMemoryOwn) {
623 /** Construct a new sCti, normally you should not need this constructor it's intended for low-level usage. */
624 public sCti(long cPtr, boolean cMemoryOwn) {
625 this("sCti", cPtr, cMemoryOwn);
636 public static long getCPtr(sCti obj) {
683 public sCti() {
    [all...]

Completed in 231 milliseconds