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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSparseSdf3.java 20 public class btSparseSdf3 extends BulletBase {
23 protected btSparseSdf3(final String className, long cPtr, boolean cMemoryOwn) {
28 /** Construct a new btSparseSdf3, normally you should not need this constructor it's intended for low-level usage. */
29 public btSparseSdf3(long cPtr, boolean cMemoryOwn) {
30 this("btSparseSdf3", cPtr, cMemoryOwn);
41 public static long getCPtr(btSparseSdf3 obj) {
221 public void setNext(btSparseSdf3.Cell value) {
222 SoftbodyJNI.btSparseSdf3_Cell_next_set(swigCPtr, this, btSparseSdf3.Cell.getCPtr(value), value);
225 public btSparseSdf3.Cell getNext() {
227 return (cPtr == 0) ? null : new btSparseSdf3.Cell(cPtr, false)
    [all...]
btSoftBodyWorldInfo.java 131 public void setSparsesdf(btSparseSdf3 value) {
132 SoftbodyJNI.btSoftBodyWorldInfo_sparsesdf_set(swigCPtr, this, btSparseSdf3.getCPtr(value), value);
135 public btSparseSdf3 getSparsesdf() {
137 return (cPtr == 0) ? null : new btSparseSdf3(cPtr, false);
SoftbodyJNI.java 50 public final static native void btSparseSdf3_IntFrac_b_set(long jarg1, btSparseSdf3.IntFrac jarg1_, int jarg2);
51 public final static native int btSparseSdf3_IntFrac_b_get(long jarg1, btSparseSdf3.IntFrac jarg1_);
52 public final static native void btSparseSdf3_IntFrac_i_set(long jarg1, btSparseSdf3.IntFrac jarg1_, int jarg2);
53 public final static native int btSparseSdf3_IntFrac_i_get(long jarg1, btSparseSdf3.IntFrac jarg1_);
54 public final static native void btSparseSdf3_IntFrac_f_set(long jarg1, btSparseSdf3.IntFrac jarg1_, float jarg2);
55 public final static native float btSparseSdf3_IntFrac_f_get(long jarg1, btSparseSdf3.IntFrac jarg1_);
58 public final static native void btSparseSdf3_Cell_d_set(long jarg1, btSparseSdf3.Cell jarg1_, long jarg2);
59 public final static native long btSparseSdf3_Cell_d_get(long jarg1, btSparseSdf3.Cell jarg1_);
60 public final static native void btSparseSdf3_Cell_c_set(long jarg1, btSparseSdf3.Cell jarg1_, int[] jarg2);
61 public final static native int[] btSparseSdf3_Cell_c_get(long jarg1, btSparseSdf3.Cell jarg1_)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
classes.i 61 SPECIFY_CLASS(btSparseSdf3, com.badlogic.gdx.physics.bullet.softbody)
  /external/libgdx/extensions/gdx-bullet/jni/swig/softbody/
btSoftBody.i 3 %template(btSparseSdf3) btSparseSdf<3>;

Completed in 192 milliseconds