Definition at line 52 of file btConvexHullComputer.cpp.
enum btConvexHullInternal::Orientation [private] |
Definition at line 663 of file btConvexHullComputer.cpp.
void btConvexHullInternal::compute | ( | const void * | coords, | |
bool | doubleCoords, | |||
int | stride, | |||
int | count | |||
) |
Definition at line 1940 of file btConvexHullComputer.cpp.
void btConvexHullInternal::computeInternal | ( | int | start, | |
int | end, | |||
IntermediateHull & | result | |||
) | [private] |
Definition at line 1204 of file btConvexHullComputer.cpp.
void btConvexHullInternal::findEdgeForCoplanarFaces | ( | Vertex * | c0, | |
Vertex * | c1, | |||
Edge *& | e0, | |||
Edge *& | e1, | |||
Vertex * | stop0, | |||
Vertex * | stop1 | |||
) | [private] |
Definition at line 1463 of file btConvexHullComputer.cpp.
btConvexHullInternal::Edge * btConvexHullInternal::findMaxAngle | ( | bool | ccw, | |
const Vertex * | start, | |||
const Point32 & | s, | |||
const Point64 & | rxs, | |||
const Point64 & | sxrxs, | |||
Rational64 & | minCot | |||
) | [private] |
Definition at line 1411 of file btConvexHullComputer.cpp.
Definition at line 2070 of file btConvexHullComputer.cpp.
Definition at line 2075 of file btConvexHullComputer.cpp.
btConvexHullInternal::Orientation btConvexHullInternal::getOrientation | ( | const Edge * | prev, | |
const Edge * | next, | |||
const Point32 & | s, | |||
const Point32 & | t | |||
) | [static, private] |
Definition at line 1385 of file btConvexHullComputer.cpp.
void btConvexHullInternal::merge | ( | IntermediateHull & | h0, | |
IntermediateHull & | h1 | |||
) | [private] |
Definition at line 1647 of file btConvexHullComputer.cpp.
bool btConvexHullInternal::mergeProjection | ( | IntermediateHull & | h0, | |
IntermediateHull & | h1, | |||
Vertex *& | c0, | |||
Vertex *& | c1 | |||
) | [private] |
Definition at line 1019 of file btConvexHullComputer.cpp.
btConvexHullInternal::Edge * btConvexHullInternal::newEdgePair | ( | Vertex * | from, | |
Vertex * | to | |||
) | [private] |
Definition at line 998 of file btConvexHullComputer.cpp.
void btConvexHullInternal::removeEdgePair | ( | Edge * | edge | ) | [inline, private] |
Definition at line 779 of file btConvexHullComputer.cpp.
bool btConvexHullInternal::shiftFace | ( | Face * | face, | |
btScalar | amount, | |||
btAlignedObjectArray< Vertex * > | stack | |||
) | [private] |
Definition at line 2205 of file btConvexHullComputer.cpp.
Definition at line 2084 of file btConvexHullComputer.cpp.
Definition at line 2061 of file btConvexHullComputer.cpp.
btVector3 btConvexHullInternal::center [private] |
Definition at line 761 of file btConvexHullComputer.cpp.
Pool<Edge> btConvexHullInternal::edgePool [private] |
Definition at line 763 of file btConvexHullComputer.cpp.
Pool<Face> btConvexHullInternal::facePool [private] |
Definition at line 764 of file btConvexHullComputer.cpp.
int btConvexHullInternal::maxAxis [private] |
Definition at line 769 of file btConvexHullComputer.cpp.
int btConvexHullInternal::maxUsedEdgePairs [private] |
Definition at line 771 of file btConvexHullComputer.cpp.
int btConvexHullInternal::medAxis [private] |
Definition at line 768 of file btConvexHullComputer.cpp.
int btConvexHullInternal::mergeStamp [private] |
Definition at line 766 of file btConvexHullComputer.cpp.
int btConvexHullInternal::minAxis [private] |
Definition at line 767 of file btConvexHullComputer.cpp.
Definition at line 765 of file btConvexHullComputer.cpp.
btVector3 btConvexHullInternal::scaling [private] |
Definition at line 760 of file btConvexHullComputer.cpp.
int btConvexHullInternal::usedEdgePairs [private] |
Definition at line 770 of file btConvexHullComputer.cpp.
Definition at line 828 of file btConvexHullComputer.cpp.
Pool<Vertex> btConvexHullInternal::vertexPool [private] |
Definition at line 762 of file btConvexHullComputer.cpp.