![]() |
Blender V2.61 - r43446
|
#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.
| HullResult::HullResult | ( | void | ) | [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 btShapeHull::buildHull(), HullLibrary::CreateConvexHull(), btSoftBodyHelpers::CreateFromConvexHull(), CcdPhysicsController::CreateSoftbody(), and HullLibrary::ReleaseResult().
| btAlignedObjectArray<btVector3> HullResult::m_OutputVertices |
Definition at line 39 of file btConvexHull.h.
Referenced by btShapeHull::buildHull(), HullLibrary::CreateConvexHull(), btSoftBodyHelpers::CreateFromConvexHull(), CcdPhysicsController::CreateSoftbody(), and HullLibrary::ReleaseResult().
| unsigned int HullResult::mNumFaces |
Definition at line 40 of file btConvexHull.h.
Referenced by HullLibrary::CreateConvexHull(), btSoftBodyHelpers::CreateFromConvexHull(), CcdPhysicsController::CreateSoftbody(), and HullResult().
| unsigned int HullResult::mNumIndices |
Definition at line 41 of file btConvexHull.h.
Referenced by btShapeHull::buildHull(), HullLibrary::CreateConvexHull(), HullResult(), and HullLibrary::ReleaseResult().
| unsigned int HullResult::mNumOutputVertices |
Definition at line 38 of file btConvexHull.h.
Referenced by btShapeHull::buildHull(), HullLibrary::CreateConvexHull(), btSoftBodyHelpers::CreateFromConvexHull(), CcdPhysicsController::CreateSoftbody(), HullResult(), and HullLibrary::ReleaseResult().
Definition at line 37 of file btConvexHull.h.
Referenced by HullLibrary::CreateConvexHull(), and HullResult().