Bullet Collision Detection & Physics Library
|
#include "btMultiBody.h"
#include "btMultiBodyLink.h"
#include "btMultiBodyLinkCollider.h"
#include "btMultiBodyJointFeedback.h"
#include "LinearMath/btTransformUtil.h"
#include "LinearMath/btSerializer.h"
Go to the source code of this file.
Macros | |
#define | vecMulVecTranspose(v0, v1Transposed) outerProduct(v0, v1Transposed) |
Functions | |
btMatrix3x3 | outerProduct (const btVector3 &v0, const btVector3 &v1) |
#define vecMulVecTranspose | ( | v0, | |
v1Transposed | |||
) | outerProduct(v0, v1Transposed) |
Definition at line 725 of file btMultiBody.cpp.
|
inline |
Definition at line 704 of file btMultiBody.cpp.