Home
last modified time | relevance | path

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

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