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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btHingeConstraintDoubleData2.java 19 public class btHingeConstraintDoubleData2 extends BulletBase {
22 protected btHingeConstraintDoubleData2(final String className, long cPtr, boolean cMemoryOwn) {
27 /** Construct a new btHingeConstraintDoubleData2, normally you should not need this constructor it's intended for low-level usage. */
28 public btHingeConstraintDoubleData2(long cPtr, boolean cMemoryOwn) {
29 this("btHingeConstraintDoubleData2", cPtr, cMemoryOwn);
40 public static long getCPtr(btHingeConstraintDoubleData2 obj) {
177 public btHingeConstraintDoubleData2() {
DynamicsJNI.java     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btHingeConstraint.h 31 #define btHingeConstraintData btHingeConstraintDoubleData2 //rename to 2 for backwards compatibility, so we can still load the 'btHingeConstraintDoubleData' version
32 #define btHingeConstraintDataName "btHingeConstraintDoubleData2"
401 struct btHingeConstraintDoubleData2
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h 83 class btHingeConstraintDoubleData2;
802 class btHingeConstraintDoubleData2
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
classes.i 57 SPECIFY_CLASS(btHingeConstraintDoubleData2, com.badlogic.gdx.physics.bullet.dynamics)
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp     [all...]

Completed in 247 milliseconds