Home
last modified time | relevance | path

Searched defs:btCompoundShapeData (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtCompoundShape.h188 struct btCompoundShapeData struct
203 return sizeof(btCompoundShapeData); in calculateSerializeBufferSize() argument
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtCompoundShapeData.java18 public class btCompoundShapeData extends BulletBase { class
21 protected btCompoundShapeData(final String className, long cPtr, boolean cMemoryOwn) { in btCompoundShapeData() method in btCompoundShapeData
27 public btCompoundShapeData(long cPtr, boolean cMemoryOwn) { in btCompoundShapeData() method in btCompoundShapeData
95 public btCompoundShapeData() { in btCompoundShapeData() method in btCompoundShapeData
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
Dbullet.h60 class btCompoundShapeData; variable