Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
DbtGeneric6DofSpring2Constraint.h543 struct btGeneric6DofSpring2ConstraintDoubleData2 struct
545 btTypedConstraintDoubleData m_typeConstraintData;
546 btTransformDoubleData m_rbAFrame;
547 btTransformDoubleData m_rbBFrame;
549 btVector3DoubleData m_linearUpperLimit;
550 btVector3DoubleData m_linearLowerLimit;
551 btVector3DoubleData m_linearBounce;
552 btVector3DoubleData m_linearStopERP;
553 btVector3DoubleData m_linearStopCFM;
554 btVector3DoubleData m_linearMotorERP;
[all …]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
DbtGeneric6DofSpring2ConstraintDoubleData2.java19 public class btGeneric6DofSpring2ConstraintDoubleData2 extends BulletBase { class
22 …protected btGeneric6DofSpring2ConstraintDoubleData2(final String className, long cPtr, boolean cMe… in btGeneric6DofSpring2ConstraintDoubleData2() method in btGeneric6DofSpring2ConstraintDoubleData2
28 public btGeneric6DofSpring2ConstraintDoubleData2(long cPtr, boolean cMemoryOwn) { in btGeneric6DofSpring2ConstraintDoubleData2() method in btGeneric6DofSpring2ConstraintDoubleData2
419 public btGeneric6DofSpring2ConstraintDoubleData2() { in btGeneric6DofSpring2ConstraintDoubleData2() method in btGeneric6DofSpring2ConstraintDoubleData2
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
Dbullet.h91 class btGeneric6DofSpring2ConstraintDoubleData2; variable