HomeSort by relevance Sort by last modified time
    Searched defs:btCompoundShape (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCompoundShape.cpp 16 #include "btCompoundShape.h"
21 btCompoundShape::btCompoundShape(bool enableDynamicAabbTree, const int initialChildCapacity)
42 btCompoundShape::~btCompoundShape()
51 void btCompoundShape::addChildShape(const btTransform& localTransform,btCollisionShape* shape)
90 void btCompoundShape::updateChildTransform(int childIndex, const btTransform& newChildTransform,bool shouldRecalculateLocalAabb)
110 void btCompoundShape::removeChildShapeByIndex(int childShapeIndex)
127 void btCompoundShape::removeChildShape(btCollisionShape* shape)
145 void btCompoundShape::recalculateLocalAabb(
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btCompoundShape.java 17 public class btCompoundShape extends btCollisionShape {
20 protected btCompoundShape(final String className, long cPtr, boolean cMemoryOwn) {
25 /** Construct a new btCompoundShape, normally you should not need this constructor it's intended for low-level usage. */
26 public btCompoundShape(long cPtr, boolean cMemoryOwn) {
27 this("btCompoundShape", cPtr, cMemoryOwn);
38 public static long getCPtr(btCompoundShape obj) {
92 public btCompoundShape(boolean enableDynamicAabbTree, int initialChildCapacity) {
96 public btCompoundShape(boolean enableDynamicAabbTree) {
100 public btCompoundShape() {

Completed in 47 milliseconds