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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConvexHullShape.h 102 struct btConvexHullShapeData
117 return sizeof(btConvexHullShapeData);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btConvexHullShapeData.java 18 public class btConvexHullShapeData extends BulletBase {
21 protected btConvexHullShapeData(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btConvexHullShapeData, normally you should not need this constructor it's intended for low-level usage. */
27 public btConvexHullShapeData(long cPtr, boolean cMemoryOwn) {
28 this("btConvexHullShapeData", cPtr, cMemoryOwn);
39 public static long getCPtr(btConvexHullShapeData obj) {
104 public btConvexHullShapeData() {
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h 67 class btConvexHullShapeData;
528 class btConvexHullShapeData
    [all...]

Completed in 1127 milliseconds