Home
last modified time | relevance | path

Searched refs:btCapsuleShape_SWIGUpcast (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtCapsuleShape.java22 super(className, CollisionJNI.btCapsuleShape_SWIGUpcast(cPtr), cMemoryOwn); in btCapsuleShape()
36 super.reset(CollisionJNI.btCapsuleShape_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn); in reset()
DCollisionJNI.java2938 public final static native long btCapsuleShape_SWIGUpcast(long jarg1); in btCapsuleShape_SWIGUpcast() method in CollisionJNI