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

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

Completed in 256 milliseconds