Tesseract
Motion Planning Environment
|
Public Member Functions | |
polygon (void) | |
polygon (const Type *p1, const Type *p2, const Type *p3) | |
int32_t | NumVertices (void) const |
const point< Type > & | Vertex (int32_t index) |
void | set (const point< Type > *pts, int32_t count) |
void | Split_Polygon (polygon< Type > *poly, plane< Type > *part, polygon< Type > &front, polygon< Type > &back) |
Public Attributes | |
int32_t | mVcount |
point< Type > | mVertices [MAXPTS] |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
int32_t tesseract_collision::FLOAT_MATH::polygon< Type >::mVcount |
point<Type> tesseract_collision::FLOAT_MATH::polygon< Type >::mVertices[MAXPTS] |