Home
last modified time | relevance | path

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

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