Searched defs:btGeneric6DofSpringConstraintDoubleData2 (Results 1 – 3 of 3) sorted by relevance
87 struct btGeneric6DofSpringConstraintDoubleData2 struct89 btGeneric6DofConstraintDoubleData2 m_6dofData;91 int m_springEnabled[6];92 double m_equilibriumPoint[6];93 double m_springStiffness[6];94 double m_springDamping[6];
19 public class btGeneric6DofSpringConstraintDoubleData2 extends BulletBase { class22 …protected btGeneric6DofSpringConstraintDoubleData2(final String className, long cPtr, boolean cMem… in btGeneric6DofSpringConstraintDoubleData2() method in btGeneric6DofSpringConstraintDoubleData228 public btGeneric6DofSpringConstraintDoubleData2(long cPtr, boolean cMemoryOwn) { in btGeneric6DofSpringConstraintDoubleData2() method in btGeneric6DofSpringConstraintDoubleData2103 public btGeneric6DofSpringConstraintDoubleData2() { in btGeneric6DofSpringConstraintDoubleData2() method in btGeneric6DofSpringConstraintDoubleData2
89 class btGeneric6DofSpringConstraintDoubleData2; variable