Home
last modified time | relevance | path

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

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