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

HullLibrary Class Reference

#include <btConvexHull.h>

List of all members.

Public Member Functions

HullError CreateConvexHull (const HullDesc &desc, HullResult &result)
HullError ReleaseResult (HullResult &result)

Public Attributes

btAlignedObjectArray< int > m_vertexIndexMapping

Detailed Description

The HullLibrary class can create a convex hull from a collection of vertices, using the ComputeHull method. The btShapeHull class uses this HullLibrary to create a approximate convex mesh given a general (non-polyhedral) convex shape.

Definition at line 184 of file btConvexHull.h.


Member Function Documentation

HullError HullLibrary::CreateConvexHull ( const HullDesc desc,
HullResult result 
)
HullError HullLibrary::ReleaseResult ( HullResult result)

Member Data Documentation

Definition at line 191 of file btConvexHull.h.


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