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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConeShape.h 144 struct btConeShapeData
155 return sizeof(btConeShapeData);
161 btConeShapeData* shapeData = (btConeShapeData*) dataBuffer;
167 return "btConeShapeData";
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btConeShapeData.java 18 public class btConeShapeData extends BulletBase {
21 protected btConeShapeData(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btConeShapeData, normally you should not need this constructor it's intended for low-level usage. */
27 public btConeShapeData(long cPtr, boolean cMemoryOwn) {
28 this("btConeShapeData", cPtr, cMemoryOwn);
39 public static long getCPtr(btConeShapeData obj) {
86 public btConeShapeData() {
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h 62 class btConeShapeData;
464 class btConeShapeData
    [all...]

Completed in 59 milliseconds