Blender V2.61 - r43446
|
#include <btConvexHull.h>
Public Member Functions | |
PHullResult (void) | |
Public Attributes | |
unsigned int | mVcount |
unsigned int | mIndexCount |
unsigned int | mFaceCount |
btVector3 * | mVertices |
TUIntArray | m_Indices |
Definition at line 161 of file btConvexHull.h.
PHullResult::PHullResult | ( | void | ) | [inline] |
Definition at line 165 of file btConvexHull.h.
References mFaceCount, mIndexCount, mVcount, and mVertices.
Definition at line 177 of file btConvexHull.h.
Referenced by HullLibrary::CreateConvexHull(), and ReleaseHull().
unsigned int PHullResult::mFaceCount |
Definition at line 175 of file btConvexHull.h.
Referenced by HullLibrary::CreateConvexHull(), and PHullResult().
unsigned int PHullResult::mIndexCount |
Definition at line 174 of file btConvexHull.h.
Referenced by HullLibrary::CreateConvexHull(), PHullResult(), and ReleaseHull().
unsigned int PHullResult::mVcount |
Definition at line 173 of file btConvexHull.h.
Referenced by HullLibrary::CreateConvexHull(), PHullResult(), and ReleaseHull().
btVector3* PHullResult::mVertices |
Definition at line 176 of file btConvexHull.h.
Referenced by HullLibrary::CreateConvexHull(), PHullResult(), and ReleaseHull().