#include <btConvexHull.h>
Public Member Functions |
| | HalfEdge () |
| | HalfEdge (short _ea, unsigned char _v, unsigned char _p) |
Public Attributes |
| short | ea |
| unsigned char | v |
| unsigned char | p |
Detailed Description
Definition at line 129 of file btConvexHull.h.
Constructor & Destructor Documentation
| ConvexH::HalfEdge::HalfEdge |
( |
| ) |
|
|
inline |
| ConvexH::HalfEdge::HalfEdge |
( |
short |
_ea, |
|
|
unsigned char |
_v, |
|
|
unsigned char |
_p |
|
) |
| |
|
inline |
Member Data Documentation
| short ConvexH::HalfEdge::ea |
| unsigned char ConvexH::HalfEdge::p |
| unsigned char ConvexH::HalfEdge::v |
The documentation for this class was generated from the following file: