Bullet Collision Detection & Physics Library
Classes | Enumerations
btMultiBodyConstraint.h File Reference
#include "LinearMath/btScalar.h"
#include "LinearMath/btAlignedObjectArray.h"
#include "btMultiBody.h"
#include "btMultiBodySolverConstraint.h"
Include dependency graph for btMultiBodyConstraint.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  btMultiBodyJacobianData
 
class  btMultiBodyConstraint
 

Enumerations

enum  btTypedMultiBodyConstraintType {
  MULTIBODY_CONSTRAINT_LIMIT =3 ,
  MULTIBODY_CONSTRAINT_1DOF_JOINT_MOTOR ,
  MULTIBODY_CONSTRAINT_GEAR ,
  MULTIBODY_CONSTRAINT_POINT_TO_POINT ,
  MULTIBODY_CONSTRAINT_SLIDER ,
  MULTIBODY_CONSTRAINT_SPHERICAL_MOTOR ,
  MULTIBODY_CONSTRAINT_FIXED ,
  MULTIBODY_CONSTRAINT_SPHERICAL_LIMIT ,
  MAX_MULTIBODY_CONSTRAINT_TYPE
}
 

Enumeration Type Documentation

◆ btTypedMultiBodyConstraintType

Enumerator
MULTIBODY_CONSTRAINT_LIMIT 
MULTIBODY_CONSTRAINT_1DOF_JOINT_MOTOR 
MULTIBODY_CONSTRAINT_GEAR 
MULTIBODY_CONSTRAINT_POINT_TO_POINT 
MULTIBODY_CONSTRAINT_SLIDER 
MULTIBODY_CONSTRAINT_SPHERICAL_MOTOR 
MULTIBODY_CONSTRAINT_FIXED 
MULTIBODY_CONSTRAINT_SPHERICAL_LIMIT 
MAX_MULTIBODY_CONSTRAINT_TYPE 

Definition at line 25 of file btMultiBodyConstraint.h.