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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
SoftbodyJNI.java 245 public final static native void btSoftBody_RContact_cti_set(long jarg1, btSoftBody.RContact jarg1_, long jarg2, btSoftBody.sCti jarg2_);
246 public final static native long btSoftBody_RContact_cti_get(long jarg1, btSoftBody.RContact jarg1_);
247 public final static native void btSoftBody_RContact_node_set(long jarg1, btSoftBody.RContact jarg1_, long jarg2, btSoftBody.Node jarg2_);
248 public final static native long btSoftBody_RContact_node_get(long jarg1, btSoftBody.RContact jarg1_);
249 public final static native void btSoftBody_RContact_c0_set(long jarg1, btSoftBody.RContact jarg1_, Matrix3 jarg2);
250 public final static native Matrix3 btSoftBody_RContact_c0_get(long jarg1, btSoftBody.RContact jarg1_);
251 public final static native void btSoftBody_RContact_c1_set(long jarg1, btSoftBody.RContact jarg1_, long jarg2, btVector3 jarg2_);
252 public final static native long btSoftBody_RContact_c1_get(long jarg1, btSoftBody.RContact jarg1_);
253 public final static native void btSoftBody_RContact_c2_set(long jarg1, btSoftBody.RContact jarg1_, float jarg2);
254 public final static native float btSoftBody_RContact_c2_get(long jarg1, btSoftBody.RContact jarg1_)
    [all...]
btSoftBody.java     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 263 /* RContact */
264 struct RContact
640 typedef btAlignedObjectArray<RContact> tRContactArray;
btSoftBodyInternals.h 819 btSoftBody::RContact c;
btSoftBodyHelpers.cpp 299 const btSoftBody::RContact& c=psb->m_rcontacts[i];
    [all...]
btSoftBody.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]

Completed in 740 milliseconds