Home
last modified time | relevance | path

Searched defs: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.java18 public class btCylinderShape extends btConvexInternalShape { class
21 protected btCylinderShape(final String className, long cPtr, boolean cMemoryOwn) { in btCylinderShape() method in btCylinderShape
27 public btCylinderShape(long cPtr, boolean cMemoryOwn) { in btCylinderShape() method in btCylinderShape
69 public btCylinderShape(Vector3 halfExtents) { in btCylinderShape() method in btCylinderShape
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtCylinderShape.cpp18 btCylinderShape::btCylinderShape (const btVector3& halfExtents) in btCylinderShape() function in btCylinderShape