Home
last modified time | relevance | path

Searched defs:btGeneric6DofSpringConstraintDoubleData2 (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
DbtGeneric6DofSpringConstraint.h87 struct btGeneric6DofSpringConstraintDoubleData2 struct
89 btGeneric6DofConstraintDoubleData2 m_6dofData;
91 int m_springEnabled[6];
92 double m_equilibriumPoint[6];
93 double m_springStiffness[6];
94 double m_springDamping[6];
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
DbtGeneric6DofSpringConstraintDoubleData2.java19 public class btGeneric6DofSpringConstraintDoubleData2 extends BulletBase { class
22 …protected btGeneric6DofSpringConstraintDoubleData2(final String className, long cPtr, boolean cMem… in btGeneric6DofSpringConstraintDoubleData2() method in btGeneric6DofSpringConstraintDoubleData2
28 public btGeneric6DofSpringConstraintDoubleData2(long cPtr, boolean cMemoryOwn) { in btGeneric6DofSpringConstraintDoubleData2() method in btGeneric6DofSpringConstraintDoubleData2
103 public btGeneric6DofSpringConstraintDoubleData2() { in btGeneric6DofSpringConstraintDoubleData2() method in btGeneric6DofSpringConstraintDoubleData2
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
Dbullet.h89 class btGeneric6DofSpringConstraintDoubleData2; variable