Bullet Collision Detection & Physics Library
|
#include "LinearMath/btVector3.h"
#include "LinearMath/btAlignedObjectArray.h"
#include "BulletDynamics/ConstraintSolver/btSolverBody.h"
#include "BulletDynamics/ConstraintSolver/btContactSolverInfo.h"
Go to the source code of this file.
Classes | |
struct | btMultiBodySolverConstraint |
1D constraint along a normal axis between bodyA and bodyB. It can be combined to solve contact and friction constraints. More... | |
Typedefs | |
typedef btAlignedObjectArray < btMultiBodySolverConstraint > | btMultiBodyConstraintArray |
Definition at line 80 of file btMultiBodySolverConstraint.h.