Bullet Collision Detection & Physics Library
|
#include <btGeneric6DofSpringConstraint.h>
Public Attributes | |
btGeneric6DofConstraintDoubleData2 | m_6dofData |
int | m_springEnabled [6] |
double | m_equilibriumPoint [6] |
double | m_springStiffness [6] |
double | m_springDamping [6] |
Definition at line 87 of file btGeneric6DofSpringConstraint.h.
btGeneric6DofConstraintDoubleData2 btGeneric6DofSpringConstraintDoubleData2::m_6dofData |
Definition at line 89 of file btGeneric6DofSpringConstraint.h.
double btGeneric6DofSpringConstraintDoubleData2::m_equilibriumPoint[6] |
Definition at line 92 of file btGeneric6DofSpringConstraint.h.
double btGeneric6DofSpringConstraintDoubleData2::m_springDamping[6] |
Definition at line 94 of file btGeneric6DofSpringConstraint.h.
int btGeneric6DofSpringConstraintDoubleData2::m_springEnabled[6] |
Definition at line 91 of file btGeneric6DofSpringConstraint.h.
double btGeneric6DofSpringConstraintDoubleData2::m_springStiffness[6] |
Definition at line 93 of file btGeneric6DofSpringConstraint.h.