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

HullResult Class Reference

#include <btConvexHull.h>

List of all members.

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

Detailed Description

Definition at line 27 of file btConvexHull.h.


Constructor & Destructor Documentation

HullResult::HullResult ( void  ) [inline]

Definition at line 30 of file btConvexHull.h.

References mNumFaces, mNumIndices, mNumOutputVertices, and mPolygons.


Member Data Documentation

unsigned int HullResult::mNumFaces

Definition at line 37 of file btConvexHull.h.

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


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