Home
last modified time | relevance | path

Searched defs:btCapsuleShape (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtCapsuleShape.java18 public class btCapsuleShape extends btConvexInternalShape { class
21 protected btCapsuleShape(final String className, long cPtr, boolean cMemoryOwn) { in btCapsuleShape() method in btCapsuleShape
27 public btCapsuleShape(long cPtr, boolean cMemoryOwn) { in btCapsuleShape() method in btCapsuleShape
61 public btCapsuleShape(float radius, float height) { in btCapsuleShape() method in btCapsuleShape
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtCapsuleShape.cpp22 btCapsuleShape::btCapsuleShape(btScalar radius, btScalar height) : btConvexInternalShape () in btCapsuleShape() function in btCapsuleShape