![]() |
Blender V2.61 - r43446
|
#include <btConvexHull.h>
Classes | |
| class | HalfEdge |
Public Member Functions | |
| ConvexH () | |
| ~ConvexH () | |
| ConvexH (int vertices_size, int edges_size, int facets_size) | |
Public Attributes | |
| btAlignedObjectArray< btVector3 > | vertices |
| btAlignedObjectArray< HalfEdge > | edges |
| btAlignedObjectArray< btPlane > | facets |
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 163 of file btConvexHull.cpp.
References edges, facets, and btAlignedObjectArray< T >::resize().
Definition at line 145 of file btConvexHull.h.
Referenced by ConvexH().
Definition at line 146 of file btConvexHull.h.
Referenced by ConvexH().
| btAlignedObjectArray<btVector3> ConvexH::vertices |
Definition at line 144 of file btConvexHull.h.
Referenced by SplitTest().