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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConvexInternalShape.h 144 struct btConvexInternalShapeData
162 return sizeof(btConvexInternalShapeData);
168 btConvexInternalShapeData* shapeData = (btConvexInternalShapeData*) dataBuffer;
175 return "btConvexInternalShapeData";
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btConvexInternalShapeData.java 18 public class btConvexInternalShapeData extends BulletBase {
21 protected btConvexInternalShapeData(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btConvexInternalShapeData, normally you should not need this constructor it's intended for low-level usage. */
27 public btConvexInternalShapeData(long cPtr, boolean cMemoryOwn) {
28 this("btConvexInternalShapeData", cPtr, cMemoryOwn);
39 public static long getCPtr(btConvexInternalShapeData obj) {
104 public btConvexInternalShapeData() {
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h 48 class btConvexInternalShapeData;
316 class btConvexInternalShapeData
340 btConvexInternalShapeData m_convexInternalShapeData;
457 btConvexInternalShapeData m_convexInternalShapeData;
467 btConvexInternalShapeData m_convexInternalShapeData;
477 btConvexInternalShapeData m_convexInternalShapeData;
531 btConvexInternalShapeData m_convexInternalShapeData;
    [all...]

Completed in 276 milliseconds