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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
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() {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
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...]

Completed in 82 milliseconds