HomeSort by relevance Sort by last modified time
    Searched refs:btCylinderShapeData (Results 1 - 8 of 8) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btCylinderShapeData.java 18 public class btCylinderShapeData extends BulletBase {
21 protected btCylinderShapeData(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btCylinderShapeData, normally you should not need this constructor it's intended for low-level usage. */
27 public btCylinderShapeData(long cPtr, boolean cMemoryOwn) {
28 this("btCylinderShapeData", cPtr, cMemoryOwn);
39 public static long getCPtr(btCylinderShapeData obj) {
86 public btCylinderShapeData() {
CollisionJNI.java     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCylinderShape.h 184 struct btCylinderShapeData
195 return sizeof(btCylinderShapeData);
201 btCylinderShapeData* shapeData = (btCylinderShapeData*) dataBuffer;
207 return "btCylinderShapeData";
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h 61 class btCylinderShapeData;
454 class btCylinderShapeData
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp 383 btCylinderShapeData* cylData = (btCylinderShapeData*) shapeData;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp 272 btCylinderShapeData* cylData = (btCylinderShapeData*) shapeData;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
classes.i 136 SPECIFY_CLASS(btCylinderShapeData, com.badlogic.gdx.physics.bullet.collision)
collision_wrap.cpp     [all...]

Completed in 837 milliseconds