Home
last modified time | relevance | path

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

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