Bullet Collision Detection & Physics Library
|
#include <btTypedConstraint.h>
Public Attributes | |
btScalar | fps |
btScalar | erp |
btScalar * | m_J1linearAxis |
btScalar * | m_J1angularAxis |
btScalar * | m_J2linearAxis |
btScalar * | m_J2angularAxis |
int | rowskip |
btScalar * | m_constraintError |
btScalar * | cfm |
btScalar * | m_lowerLimit |
btScalar * | m_upperLimit |
int * | findex |
int | m_numIterations |
btScalar | m_damping |
Definition at line 124 of file btTypedConstraint.h.
btScalar * btTypedConstraint::btConstraintInfo2::cfm |
Definition at line 141 of file btTypedConstraint.h.
btScalar btTypedConstraint::btConstraintInfo2::erp |
Definition at line 127 of file btTypedConstraint.h.
int* btTypedConstraint::btConstraintInfo2::findex |
Definition at line 150 of file btTypedConstraint.h.
btScalar btTypedConstraint::btConstraintInfo2::fps |
Definition at line 127 of file btTypedConstraint.h.
btScalar* btTypedConstraint::btConstraintInfo2::m_constraintError |
Definition at line 141 of file btTypedConstraint.h.
btScalar btTypedConstraint::btConstraintInfo2::m_damping |
Definition at line 155 of file btTypedConstraint.h.
btScalar * btTypedConstraint::btConstraintInfo2::m_J1angularAxis |
Definition at line 133 of file btTypedConstraint.h.
btScalar* btTypedConstraint::btConstraintInfo2::m_J1linearAxis |
Definition at line 133 of file btTypedConstraint.h.
btScalar * btTypedConstraint::btConstraintInfo2::m_J2angularAxis |
Definition at line 133 of file btTypedConstraint.h.
btScalar * btTypedConstraint::btConstraintInfo2::m_J2linearAxis |
Definition at line 133 of file btTypedConstraint.h.
btScalar* btTypedConstraint::btConstraintInfo2::m_lowerLimit |
Definition at line 144 of file btTypedConstraint.h.
int btTypedConstraint::btConstraintInfo2::m_numIterations |
Definition at line 152 of file btTypedConstraint.h.
btScalar * btTypedConstraint::btConstraintInfo2::m_upperLimit |
Definition at line 144 of file btTypedConstraint.h.
int btTypedConstraint::btConstraintInfo2::rowskip |
Definition at line 136 of file btTypedConstraint.h.