Blender
V3.3
|
#include <btConvexHull.h>
Public Member Functions | |
HullResult (void) | |
Public Attributes | |
bool | mPolygons |
unsigned int | mNumOutputVertices |
btAlignedObjectArray< btVector3 > | m_OutputVertices |
unsigned int | mNumFaces |
unsigned int | mNumIndices |
btAlignedObjectArray< unsigned int > | m_Indices |
Definition at line 27 of file btConvexHull.h.
|
inline |
Definition at line 30 of file btConvexHull.h.
References mNumFaces, mNumIndices, mNumOutputVertices, and mPolygons.
btAlignedObjectArray<unsigned int> HullResult::m_Indices |
Definition at line 42 of file btConvexHull.h.
Referenced by buildHull(), btSoftBodyHelpers::CreateFromConvexHull(), and btSoftBodyHelpers::Draw().
btAlignedObjectArray<btVector3> HullResult::m_OutputVertices |
Definition at line 39 of file btConvexHull.h.
Referenced by buildHull(), btSoftBodyHelpers::CreateFromConvexHull(), and btSoftBodyHelpers::Draw().
unsigned int HullResult::mNumFaces |
Definition at line 40 of file btConvexHull.h.
Referenced by btSoftBodyHelpers::CreateFromConvexHull(), btSoftBodyHelpers::Draw(), and HullResult().
unsigned int HullResult::mNumIndices |
Definition at line 41 of file btConvexHull.h.
Referenced by buildHull(), and HullResult().
unsigned int HullResult::mNumOutputVertices |
Definition at line 38 of file btConvexHull.h.
Referenced by buildHull(), btSoftBodyHelpers::CreateFromConvexHull(), and HullResult().
bool HullResult::mPolygons |
Definition at line 37 of file btConvexHull.h.
Referenced by HullResult().