Blender  V3.3
Classes | Typedefs | Enumerations
btConvexHull.h File Reference
#include "btVector3.h"
#include "btAlignedObjectArray.h"

Go to the source code of this file.

Classes

class  HullResult
 
class  HullDesc
 
class  btPlane
 
class  ConvexH
 
class  ConvexH::HalfEdge
 
class  int4
 
class  PHullResult
 
class  HullLibrary
 

Typedefs

typedef btAlignedObjectArray< unsigned int > TUIntArray
 includes modifications/improvements by John Ratcliff, see BringOutYourDead below. More...
 

Enumerations

enum  HullFlag { QF_TRIANGLES = (1 << 0) , QF_REVERSE_ORDER = (1 << 1) , QF_DEFAULT = QF_TRIANGLES }
 
enum  HullError { QE_OK , QE_FAIL }
 

Typedef Documentation

◆ TUIntArray

typedef btAlignedObjectArray<unsigned int> TUIntArray

includes modifications/improvements by John Ratcliff, see BringOutYourDead below.

Definition at line 25 of file btConvexHull.h.

Enumeration Type Documentation

◆ HullError

enum HullError
Enumerator
QE_OK 
QE_FAIL 

Definition at line 107 of file btConvexHull.h.

◆ HullFlag

enum HullFlag
Enumerator
QF_TRIANGLES 
QF_REVERSE_ORDER 
QF_DEFAULT 

Definition at line 48 of file btConvexHull.h.