Bullet Collision Detection & Physics Library
|
#include <btCompoundShape.h>
Public Member Functions | |
BT_DECLARE_ALIGNED_ALLOCATOR () | |
Public Attributes | |
btTransform | m_transform |
btCollisionShape * | m_childShape |
int | m_childShapeType |
btScalar | m_childMargin |
struct btDbvtNode * | m_node |
Definition at line 30 of file btCompoundShape.h.
btCompoundShapeChild::BT_DECLARE_ALIGNED_ALLOCATOR | ( | ) |
btScalar btCompoundShapeChild::m_childMargin |
Definition at line 37 of file btCompoundShape.h.
btCollisionShape* btCompoundShapeChild::m_childShape |
Definition at line 35 of file btCompoundShape.h.
int btCompoundShapeChild::m_childShapeType |
Definition at line 36 of file btCompoundShape.h.
struct btDbvtNode* btCompoundShapeChild::m_node |
Definition at line 38 of file btCompoundShape.h.
btTransform btCompoundShapeChild::m_transform |
Definition at line 34 of file btCompoundShape.h.