Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtShapeHull.java62 this(CollisionJNI.new_btShapeHull(btConvexShape.getCPtr(shape), shape), true); in btShapeHull()
DCollisionJNI.java955 public final static native long new_btShapeHull(long jarg1, btConvexShape jarg1_); in new_btShapeHull() method in CollisionJNI