#include <btConvexHull.h>
Public Member Functions | |
| HullResult (void) | |
Public Attributes | |
| btAlignedObjectArray< unsigned int > | m_Indices |
| btAlignedObjectArray< btVector3 > | m_OutputVertices |
| unsigned int | mNumFaces |
| unsigned int | mNumIndices |
| unsigned int | mNumOutputVertices |
| bool | mPolygons |
Definition at line 27 of file btConvexHull.h.
| HullResult::HullResult | ( | void | ) | [inline] |
Definition at line 30 of file btConvexHull.h.
| btAlignedObjectArray<unsigned int> HullResult::m_Indices |
Definition at line 42 of file btConvexHull.h.
| btAlignedObjectArray<btVector3> HullResult::m_OutputVertices |
Definition at line 39 of file btConvexHull.h.
| unsigned int HullResult::mNumFaces |
Definition at line 40 of file btConvexHull.h.
| unsigned int HullResult::mNumIndices |
Definition at line 41 of file btConvexHull.h.
| unsigned int HullResult::mNumOutputVertices |
Definition at line 38 of file btConvexHull.h.
Definition at line 37 of file btConvexHull.h.