Bullet Collision Detection & Physics Library
Classes | Macros | Enumerations
btGeneric6DofSpring2Constraint.h File Reference
#include "LinearMath/btVector3.h"
#include "btJacobianEntry.h"
#include "btTypedConstraint.h"
Include dependency graph for btGeneric6DofSpring2Constraint.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  btRotationalLimitMotor2
 
class  btTranslationalLimitMotor2
 
class  btGeneric6DofSpring2Constraint
 
struct  btGeneric6DofSpring2ConstraintData
 
struct  btGeneric6DofSpring2ConstraintDoubleData2
 

Macros

#define btGeneric6DofSpring2ConstraintData2   btGeneric6DofSpring2ConstraintData
 
#define btGeneric6DofSpring2ConstraintDataName   "btGeneric6DofSpring2ConstraintData"
 
#define BT_6DOF_FLAGS_AXIS_SHIFT2   4
 

Enumerations

enum  RotateOrder {
  RO_XYZ =0,
  RO_XZY,
  RO_YXZ,
  RO_YZX,
  RO_ZXY,
  RO_ZYX
}
 
enum  bt6DofFlags2 {
  BT_6DOF_FLAGS_CFM_STOP2 = 1,
  BT_6DOF_FLAGS_ERP_STOP2 = 2,
  BT_6DOF_FLAGS_CFM_MOTO2 = 4,
  BT_6DOF_FLAGS_ERP_MOTO2 = 8
}
 

Macro Definition Documentation

#define BT_6DOF_FLAGS_AXIS_SHIFT2   4

Definition at line 274 of file btGeneric6DofSpring2Constraint.h.

#define btGeneric6DofSpring2ConstraintData2   btGeneric6DofSpring2ConstraintData

Definition at line 55 of file btGeneric6DofSpring2Constraint.h.

#define btGeneric6DofSpring2ConstraintDataName   "btGeneric6DofSpring2ConstraintData"

Definition at line 56 of file btGeneric6DofSpring2Constraint.h.

Enumeration Type Documentation

Enumerator
BT_6DOF_FLAGS_CFM_STOP2 
BT_6DOF_FLAGS_ERP_STOP2 
BT_6DOF_FLAGS_CFM_MOTO2 
BT_6DOF_FLAGS_ERP_MOTO2 

Definition at line 267 of file btGeneric6DofSpring2Constraint.h.

Enumerator
RO_XYZ 
RO_XZY 
RO_YXZ 
RO_YZX 
RO_ZXY 
RO_ZYX 

Definition at line 59 of file btGeneric6DofSpring2Constraint.h.