Go to the source code of this file.
Classes | |
class | btPlane |
class | ConvexH |
class | ConvexH::HalfEdge |
class | HullDesc |
class | HullLibrary |
class | HullResult |
class | int4 |
class | PHullResult |
Typedefs | |
typedef btAlignedObjectArray < unsigned int > | TUIntArray |
includes modifications/improvements by John Ratcliff, see BringOutYourDead below. | |
Enumerations | |
enum | HullError { QE_OK, QE_FAIL } |
enum | HullFlag { QF_TRIANGLES = (1<<0), QF_REVERSE_ORDER = (1<<1), QF_DEFAULT = QF_TRIANGLES } |
typedef btAlignedObjectArray<unsigned int> TUIntArray |
includes modifications/improvements by John Ratcliff, see BringOutYourDead below.
Definition at line 25 of file btConvexHull.h.
enum HullError |
Definition at line 108 of file btConvexHull.h.
enum HullFlag |
Definition at line 48 of file btConvexHull.h.