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

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

Completed in 440 milliseconds