Blender V2.61 - r43446
|
#include <btVoronoiSimplexSolver.h>
Public Member Functions | |
btUsageBitfield () | |
void | reset () |
Public Attributes | |
unsigned short | usedVertexA: 1 |
unsigned short | usedVertexB: 1 |
unsigned short | usedVertexC: 1 |
unsigned short | usedVertexD: 1 |
unsigned short | unused1: 1 |
unsigned short | unused2: 1 |
unsigned short | unused3: 1 |
unsigned short | unused4: 1 |
Definition at line 32 of file btVoronoiSimplexSolver.h.
btUsageBitfield::btUsageBitfield | ( | ) | [inline] |
Definition at line 33 of file btVoronoiSimplexSolver.h.
References reset().
void btUsageBitfield::reset | ( | ) | [inline] |
Definition at line 38 of file btVoronoiSimplexSolver.h.
References usedVertexA, usedVertexB, usedVertexC, and usedVertexD.
Referenced by btUsageBitfield(), btVoronoiSimplexSolver::closestPtPointTetrahedron(), btVoronoiSimplexSolver::closestPtPointTriangle(), and btSubSimplexClosestResult::reset().
unsigned short btUsageBitfield::unused1 |
Definition at line 49 of file btVoronoiSimplexSolver.h.
unsigned short btUsageBitfield::unused2 |
Definition at line 50 of file btVoronoiSimplexSolver.h.
unsigned short btUsageBitfield::unused3 |
Definition at line 51 of file btVoronoiSimplexSolver.h.
unsigned short btUsageBitfield::unused4 |
Definition at line 52 of file btVoronoiSimplexSolver.h.
unsigned short btUsageBitfield::usedVertexA |
Definition at line 45 of file btVoronoiSimplexSolver.h.
Referenced by btVoronoiSimplexSolver::closestPtPointTetrahedron(), btVoronoiSimplexSolver::closestPtPointTriangle(), btVoronoiSimplexSolver::reduceVertices(), reset(), and btVoronoiSimplexSolver::updateClosestVectorAndPoints().
unsigned short btUsageBitfield::usedVertexB |
Definition at line 46 of file btVoronoiSimplexSolver.h.
Referenced by btVoronoiSimplexSolver::closestPtPointTetrahedron(), btVoronoiSimplexSolver::closestPtPointTriangle(), btVoronoiSimplexSolver::reduceVertices(), reset(), and btVoronoiSimplexSolver::updateClosestVectorAndPoints().
unsigned short btUsageBitfield::usedVertexC |
Definition at line 47 of file btVoronoiSimplexSolver.h.
Referenced by btVoronoiSimplexSolver::closestPtPointTetrahedron(), btVoronoiSimplexSolver::closestPtPointTriangle(), btVoronoiSimplexSolver::reduceVertices(), and reset().
unsigned short btUsageBitfield::usedVertexD |
Definition at line 48 of file btVoronoiSimplexSolver.h.
Referenced by btVoronoiSimplexSolver::closestPtPointTetrahedron(), btVoronoiSimplexSolver::reduceVertices(), and reset().