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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btGeneric6DofSpringConstraintDoubleData2.java 62 public void set6dofData(btGeneric6DofConstraintDoubleData2 value) {
63 DynamicsJNI.btGeneric6DofSpringConstraintDoubleData2_6dofData_set(swigCPtr, this, btGeneric6DofConstraintDoubleData2.getCPtr(value), value);
66 public btGeneric6DofConstraintDoubleData2 get6dofData() {
68 return (cPtr == 0) ? null : new btGeneric6DofConstraintDoubleData2(cPtr, false);
btGeneric6DofConstraintDoubleData2.java 19 public class btGeneric6DofConstraintDoubleData2 extends BulletBase {
22 protected btGeneric6DofConstraintDoubleData2(final String className, long cPtr, boolean cMemoryOwn) {
27 /** Construct a new btGeneric6DofConstraintDoubleData2, normally you should not need this constructor it's intended for low-level usage. */
28 public btGeneric6DofConstraintDoubleData2(long cPtr, boolean cMemoryOwn) {
29 this("btGeneric6DofConstraintDoubleData2", cPtr, cMemoryOwn);
40 public static long getCPtr(btGeneric6DofConstraintDoubleData2 obj) {
141 public btGeneric6DofConstraintDoubleData2() {
DynamicsJNI.java     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btGeneric6DofSpringConstraint.h 89 btGeneric6DofConstraintDoubleData2 m_6dofData;
btGeneric6DofConstraint.h 39 #define btGeneric6DofConstraintData2 btGeneric6DofConstraintDoubleData2
40 #define btGeneric6DofConstraintDataName "btGeneric6DofConstraintDoubleData2"
589 struct btGeneric6DofConstraintDoubleData2
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h 87 class btGeneric6DofConstraintDoubleData2;
874 class btGeneric6DofConstraintDoubleData2
905 btGeneric6DofConstraintDoubleData2 m_6dofData;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
dynamics_wrap.cpp     [all...]
classes.i 46 SPECIFY_CLASS(btGeneric6DofConstraintDoubleData2, com.badlogic.gdx.physics.bullet.dynamics)
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp     [all...]

Completed in 503 milliseconds