Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtSphereShape.java62 this(CollisionJNI.new_btSphereShape(radius), true); in btSphereShape()
DCollisionJNI.java773 public final static native long new_btSphereShape(float jarg1); in new_btSphereShape() method in CollisionJNI