Blender V2.61 - r43446
|
#include <btConvexHull.h>
Public Member Functions | |
HullDesc (void) | |
HullDesc (HullFlag flag, unsigned int vcount, const btVector3 *vertices, unsigned int stride=sizeof(btVector3)) | |
bool | HasHullFlag (HullFlag flag) const |
void | SetHullFlag (HullFlag flag) |
void | ClearHullFlag (HullFlag flag) |
Public Attributes | |
unsigned int | mFlags |
unsigned int | mVcount |
const btVector3 * | mVertices |
unsigned int | mVertexStride |
btScalar | mNormalEpsilon |
unsigned int | mMaxVertices |
unsigned int | mMaxFaces |
Definition at line 56 of file btConvexHull.h.
HullDesc::HullDesc | ( | void | ) | [inline] |
Definition at line 59 of file btConvexHull.h.
References mFlags, mMaxFaces, mMaxVertices, mNormalEpsilon, mVcount, mVertexStride, mVertices, and QF_DEFAULT.
HullDesc::HullDesc | ( | HullFlag | flag, |
unsigned int | vcount, | ||
const btVector3 * | vertices, | ||
unsigned int | stride = sizeof(btVector3) |
||
) | [inline] |
Definition at line 70 of file btConvexHull.h.
References mFlags, mMaxVertices, mNormalEpsilon, mVcount, mVertexStride, and mVertices.
void HullDesc::ClearHullFlag | ( | HullFlag | flag | ) | [inline] |
Definition at line 94 of file btConvexHull.h.
References mFlags.
bool HullDesc::HasHullFlag | ( | HullFlag | flag | ) | const [inline] |
Definition at line 83 of file btConvexHull.h.
References mFlags.
Referenced by HullLibrary::CreateConvexHull().
void HullDesc::SetHullFlag | ( | HullFlag | flag | ) | [inline] |
Definition at line 89 of file btConvexHull.h.
References mFlags.
unsigned int HullDesc::mFlags |
Definition at line 99 of file btConvexHull.h.
Referenced by btShapeHull::buildHull(), ClearHullFlag(), HasHullFlag(), HullDesc(), and SetHullFlag().
unsigned int HullDesc::mMaxFaces |
Definition at line 105 of file btConvexHull.h.
Referenced by HullDesc().
unsigned int HullDesc::mMaxVertices |
Definition at line 104 of file btConvexHull.h.
Referenced by HullLibrary::CreateConvexHull(), btSoftBodyHelpers::CreateFromConvexHull(), CcdPhysicsController::CreateSoftbody(), and HullDesc().
Definition at line 103 of file btConvexHull.h.
Referenced by HullLibrary::CreateConvexHull(), and HullDesc().
unsigned int HullDesc::mVcount |
Definition at line 100 of file btConvexHull.h.
Referenced by btShapeHull::buildHull(), HullLibrary::CreateConvexHull(), and HullDesc().
unsigned int HullDesc::mVertexStride |
Definition at line 102 of file btConvexHull.h.
Referenced by btShapeHull::buildHull(), HullLibrary::CreateConvexHull(), and HullDesc().
const btVector3* HullDesc::mVertices |
Definition at line 101 of file btConvexHull.h.
Referenced by btShapeHull::buildHull(), HullLibrary::CreateConvexHull(), and HullDesc().