#include <btConvexPolyhedron.h>
Public Member Functions | |
btConvexPolyhedron () | |
void | initialize () |
void | project (const btTransform &trans, const btVector3 &dir, btScalar &min, btScalar &max) const |
bool | testContainment () const |
virtual | ~btConvexPolyhedron () |
Public Attributes | |
btVector3 | m_extents |
btAlignedObjectArray< btFace > | m_faces |
btVector3 | m_localCenter |
btScalar | m_radius |
btAlignedObjectArray< btVector3 > | m_uniqueEdges |
btAlignedObjectArray< btVector3 > | m_vertices |
btVector3 | mC |
btVector3 | mE |
Definition at line 37 of file btConvexPolyhedron.h.
virtual btConvexPolyhedron::~btConvexPolyhedron | ( | ) | [virtual] |
void btConvexPolyhedron::initialize | ( | ) |
void btConvexPolyhedron::project | ( | const btTransform & | trans, |
const btVector3 & | dir, | ||
btScalar & | min, | ||
btScalar & | max | ||
) | const |
bool btConvexPolyhedron::testContainment | ( | ) | const |
btVector3 btConvexPolyhedron::m_extents |
Definition at line 48 of file btConvexPolyhedron.h.
Definition at line 44 of file btConvexPolyhedron.h.
btVector3 btConvexPolyhedron::m_localCenter |
Definition at line 47 of file btConvexPolyhedron.h.
Definition at line 49 of file btConvexPolyhedron.h.
Definition at line 45 of file btConvexPolyhedron.h.
Definition at line 43 of file btConvexPolyhedron.h.
btVector3 btConvexPolyhedron::mC |
Definition at line 50 of file btConvexPolyhedron.h.
btVector3 btConvexPolyhedron::mE |
Definition at line 51 of file btConvexPolyhedron.h.