Bullet Collision Detection & Physics Library
|
#include "LinearMath/btScalar.h"
#include "btSolverConstraint.h"
#include "BulletDynamics/Dynamics/btRigidBody.h"
Go to the source code of this file.
Classes | |
struct | btJointFeedback |
class | btTypedConstraint |
TypedConstraint is the baseclass for Bullet constraints and vehicles. More... | |
struct | btTypedConstraint::btConstraintInfo1 |
struct | btTypedConstraint::btConstraintInfo2 |
struct | btTypedConstraintFloatData |
do not change those serialization structures, it requires an updated sBulletDNAstr/sBulletDNAstr64 More... | |
struct | btTypedConstraintData |
this structure is not used, except for loading pre-2.82 .bullet files More... | |
struct | btTypedConstraintDoubleData |
class | btAngularLimit |
Macros | |
#define | btTypedConstraintData2 btTypedConstraintFloatData |
#define | btTypedConstraintDataName "btTypedConstraintFloatData" |
#define | btAssertConstrParams(_par) btAssert(_par) |
#define | BT_BACKWARDS_COMPATIBLE_SERIALIZATION |
do not change those serialization structures, it requires an updated sBulletDNAstr/sBulletDNAstr64 | |
Functions | |
btScalar | btAdjustAngleToLimits (btScalar angleInRadians, btScalar angleLowerLimitInRadians, btScalar angleUpperLimitInRadians) |
#define BT_BACKWARDS_COMPATIBLE_SERIALIZATION |
do not change those serialization structures, it requires an updated sBulletDNAstr/sBulletDNAstr64
Definition at line 384 of file btTypedConstraint.h.
Definition at line 58 of file btTypedConstraint.h.
#define btTypedConstraintData2 btTypedConstraintFloatData |
Definition at line 27 of file btTypedConstraint.h.
#define btTypedConstraintDataName "btTypedConstraintFloatData" |
Definition at line 28 of file btTypedConstraint.h.
Enumerator | |
---|---|
BT_CONSTRAINT_ERP | |
BT_CONSTRAINT_STOP_ERP | |
BT_CONSTRAINT_CFM | |
BT_CONSTRAINT_STOP_CFM |
Definition at line 49 of file btTypedConstraint.h.
Definition at line 34 of file btTypedConstraint.h.