Bullet Collision Detection & Physics Library
|
Go to the source code of this file.
Classes | |
class | btConeTwistConstraint |
btConeTwistConstraint can be used to simulate ragdoll joints (upper arm, leg etc) More... | |
struct | btConeTwistConstraintDoubleData |
struct | btConeTwistConstraintData |
this structure is not used, except for loading pre-2.82 .bullet files More... | |
Macros | |
#define | btConeTwistConstraintData2 btConeTwistConstraintData |
#define | btConeTwistConstraintDataName "btConeTwistConstraintData" |
Enumerations | |
enum | btConeTwistFlags { BT_CONETWIST_FLAGS_LIN_CFM = 1, BT_CONETWIST_FLAGS_LIN_ERP = 2, BT_CONETWIST_FLAGS_ANG_CFM = 4 } |
#define btConeTwistConstraintData2 btConeTwistConstraintData |
Definition at line 47 of file btConeTwistConstraint.h.
#define btConeTwistConstraintDataName "btConeTwistConstraintData" |
Definition at line 48 of file btConeTwistConstraint.h.
enum btConeTwistFlags |
Enumerator | |
---|---|
BT_CONETWIST_FLAGS_LIN_CFM | |
BT_CONETWIST_FLAGS_LIN_ERP | |
BT_CONETWIST_FLAGS_ANG_CFM |
Definition at line 54 of file btConeTwistConstraint.h.