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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftRigidDynamicsWorld.cpp 292 btSoftBody::sRayCast softResult;
btSoftBody.h 162 /* sRayCast */
163 struct sRayCast
867 sRayCast& results);
btSoftBody.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
SoftbodyJNI.java 139 public final static native void btSoftBody_sRayCast_body_set(long jarg1, btSoftBody.sRayCast jarg1_, long jarg2, btSoftBody jarg2_);
140 public final static native long btSoftBody_sRayCast_body_get(long jarg1, btSoftBody.sRayCast jarg1_);
141 public final static native void btSoftBody_sRayCast_feature_set(long jarg1, btSoftBody.sRayCast jarg1_, int jarg2);
142 public final static native int btSoftBody_sRayCast_feature_get(long jarg1, btSoftBody.sRayCast jarg1_);
143 public final static native void btSoftBody_sRayCast_index_set(long jarg1, btSoftBody.sRayCast jarg1_, int jarg2);
144 public final static native int btSoftBody_sRayCast_index_get(long jarg1, btSoftBody.sRayCast jarg1_);
145 public final static native void btSoftBody_sRayCast_fraction_set(long jarg1, btSoftBody.sRayCast jarg1_, float jarg2);
146 public final static native float btSoftBody_sRayCast_fraction_get(long jarg1, btSoftBody.sRayCast jarg1_);
    [all...]
btSoftBody.java 484 static public class sRayCast extends BulletBase {
487 protected sRayCast(final String className, long cPtr, boolean cMemoryOwn) {
492 /** Construct a new sRayCast, normally you should not need this constructor it's intended for low-level usage. */
493 public sRayCast(long cPtr, boolean cMemoryOwn) {
494 this("sRayCast", cPtr, cMemoryOwn);
505 public static long getCPtr(sRayCast obj) {
560 public sRayCast() {
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]

Completed in 91 milliseconds