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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 162 /* sRayCast */
163 struct sRayCast
867 sRayCast& results);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
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...]

Completed in 7658 milliseconds