Blender V2.61 - r43446
Public Member Functions | Public Attributes

PHullResult Class Reference

#include <btConvexHull.h>

List of all members.

Public Member Functions

 PHullResult (void)

Public Attributes

unsigned int mVcount
unsigned int mIndexCount
unsigned int mFaceCount
btVector3 * mVertices
TUIntArray m_Indices

Detailed Description

Definition at line 161 of file btConvexHull.h.


Constructor & Destructor Documentation

PHullResult::PHullResult ( void  ) [inline]

Definition at line 165 of file btConvexHull.h.

References mFaceCount, mIndexCount, mVcount, and mVertices.


Member Data Documentation

Definition at line 177 of file btConvexHull.h.

Referenced by HullLibrary::CreateConvexHull(), and ReleaseHull().

Definition at line 175 of file btConvexHull.h.

Referenced by HullLibrary::CreateConvexHull(), and PHullResult().

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().

Definition at line 176 of file btConvexHull.h.

Referenced by HullLibrary::CreateConvexHull(), PHullResult(), and ReleaseHull().


The documentation for this class was generated from the following file: