HomeSort by relevance Sort by last modified time
    Searched refs:sCti (Results 1 - 5 of 5) 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;
btSoftBody.cpp     [all...]
  /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...]
SoftbodyJNI.java 151 public final static native void btSoftBody_sCti_colObj_set(long jarg1, btSoftBody.sCti jarg1_, long jarg2, btCollisionObject jarg2_);
152 public final static native long btSoftBody_sCti_colObj_get(long jarg1, btSoftBody.sCti jarg1_);
153 public final static native void btSoftBody_sCti_normal_set(long jarg1, btSoftBody.sCti jarg1_, long jarg2, btVector3 jarg2_);
154 public final static native long btSoftBody_sCti_normal_get(long jarg1, btSoftBody.sCti jarg1_);
155 public final static native void btSoftBody_sCti_offset_set(long jarg1, btSoftBody.sCti jarg1_, float jarg2);
156 public final static native float btSoftBody_sCti_offset_get(long jarg1, btSoftBody.sCti jarg1_);
245 public final static native void btSoftBody_RContact_cti_set(long jarg1, btSoftBody.RContact jarg1_, long jarg2, btSoftBody.sCti jarg2_);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]

Completed in 80 milliseconds