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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCompoundShape.h 188 struct btCompoundShapeData
203 return sizeof(btCompoundShapeData);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btCompoundShapeData.java 18 public class btCompoundShapeData extends BulletBase {
21 protected btCompoundShapeData(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btCompoundShapeData, normally you should not need this constructor it's intended for low-level usage. */
27 public btCompoundShapeData(long cPtr, boolean cMemoryOwn) {
28 this("btCompoundShapeData", cPtr, cMemoryOwn);
39 public static long getCPtr(btCompoundShapeData obj) {
95 public btCompoundShapeData() {
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h 60 class btCompoundShapeData;
443 class btCompoundShapeData
    [all...]

Completed in 225 milliseconds