Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtMultiSphereShape.java62 this(CollisionJNI.new_btMultiSphereShape(positions, radi, numSpheres), true); in btMultiSphereShape()
DCollisionJNI.java2406 public final static native long new_btMultiSphereShape(Vector3[] jarg1, float[] jarg2, int jarg3); in new_btMultiSphereShape() method in CollisionJNI