Searched defs:btGeneric6DofSpring2ConstraintDoubleData2 (Results 1 – 3 of 3) sorted by relevance
543 struct btGeneric6DofSpring2ConstraintDoubleData2 struct545 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 …]
19 public class btGeneric6DofSpring2ConstraintDoubleData2 extends BulletBase { class22 …protected btGeneric6DofSpring2ConstraintDoubleData2(final String className, long cPtr, boolean cMe… in btGeneric6DofSpring2ConstraintDoubleData2() method in btGeneric6DofSpring2ConstraintDoubleData228 public btGeneric6DofSpring2ConstraintDoubleData2(long cPtr, boolean cMemoryOwn) { in btGeneric6DofSpring2ConstraintDoubleData2() method in btGeneric6DofSpring2ConstraintDoubleData2419 public btGeneric6DofSpring2ConstraintDoubleData2() { in btGeneric6DofSpring2ConstraintDoubleData2() method in btGeneric6DofSpring2ConstraintDoubleData2
91 class btGeneric6DofSpring2ConstraintDoubleData2; variable