Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtCylinderShape.java70 this(CollisionJNI.new_btCylinderShape(halfExtents), true); in btCylinderShape()
DCollisionJNI.java1016 public final static native long new_btCylinderShape(Vector3 jarg1); in new_btCylinderShape() method in CollisionJNI