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

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

Completed in 362 milliseconds