#include <btConvexHull.h>
Classes | |
| class | HalfEdge |
Public Member Functions | |
| ConvexH (int vertices_size, int edges_size, int facets_size) | |
| ConvexH () | |
| ~ConvexH () | |
Public Attributes | |
| btAlignedObjectArray< HalfEdge > | edges |
| btAlignedObjectArray< btPlane > | facets |
| btAlignedObjectArray< btVector3 > | vertices |
Definition at line 126 of file btConvexHull.h.
| ConvexH::ConvexH | ( | ) | [inline] |
Definition at line 138 of file btConvexHull.h.
| ConvexH::~ConvexH | ( | ) | [inline] |
Definition at line 141 of file btConvexHull.h.
| ConvexH::ConvexH | ( | int | vertices_size, | |
| int | edges_size, | |||
| int | facets_size | |||
| ) |
Definition at line 145 of file btConvexHull.h.
Definition at line 146 of file btConvexHull.h.
| btAlignedObjectArray<btVector3> ConvexH::vertices |
Definition at line 144 of file btConvexHull.h.