Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtConeShapeZ.java62 this(CollisionJNI.new_btConeShapeZ(radius, height), true); in btConeShapeZ()
DCollisionJNI.java1054 public final static native long new_btConeShapeZ(float jarg1, float jarg2); in new_btConeShapeZ() method in CollisionJNI