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 103 of file btGeneric6DofSpringConstraint.h.
btGeneric6DofConstraintDoubleData2 btGeneric6DofSpringConstraintDoubleData2::m_6dofData |
Definition at line 105 of file btGeneric6DofSpringConstraint.h.
double btGeneric6DofSpringConstraintDoubleData2::m_equilibriumPoint[6] |
Definition at line 108 of file btGeneric6DofSpringConstraint.h.
double btGeneric6DofSpringConstraintDoubleData2::m_springDamping[6] |
Definition at line 110 of file btGeneric6DofSpringConstraint.h.
int btGeneric6DofSpringConstraintDoubleData2::m_springEnabled[6] |
Definition at line 107 of file btGeneric6DofSpringConstraint.h.
double btGeneric6DofSpringConstraintDoubleData2::m_springStiffness[6] |
Definition at line 109 of file btGeneric6DofSpringConstraint.h.