Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtCompoundShape.java17 public class btCompoundShape extends btCollisionShape { class
20 protected btCompoundShape(final String className, long cPtr, boolean cMemoryOwn) { in btCompoundShape() method in btCompoundShape
26 public btCompoundShape(long cPtr, boolean cMemoryOwn) { in btCompoundShape() method in btCompoundShape
92 public btCompoundShape(boolean enableDynamicAabbTree, int initialChildCapacity) { in btCompoundShape() method in btCompoundShape
96 public btCompoundShape(boolean enableDynamicAabbTree) { in btCompoundShape() method in btCompoundShape
100 public btCompoundShape() { in btCompoundShape() method in btCompoundShape
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtCompoundShape.cpp21 btCompoundShape::btCompoundShape(bool enableDynamicAabbTree, const int initialChildCapacity) in btCompoundShape() function in btCompoundShape