|
Blender V4.3
|
#include <btVoronoiSimplexSolver.h>
Public Member Functions | |
| void | reset () |
| bool | isValid () |
| void | setBarycentricCoordinates (btScalar a=btScalar(0.), btScalar b=btScalar(0.), btScalar c=btScalar(0.), btScalar d=btScalar(0.)) |
Public Attributes | |
| btVector3 | m_closestPointOnSimplex |
| btUsageBitfield | m_usedVertices |
| btScalar | m_barycentricCoords [4] |
| bool | m_degenerate |
Definition at line 56 of file btVoronoiSimplexSolver.h.
|
inline |
Definition at line 72 of file btVoronoiSimplexSolver.h.
References m_barycentricCoords.
Referenced by updateClosestVectorAndPoints().
|
inline |
Definition at line 66 of file btVoronoiSimplexSolver.h.
References m_degenerate, m_usedVertices, btUsageBitfield::reset(), and setBarycentricCoordinates().
Referenced by updateClosestVectorAndPoints().
|
inline |
Definition at line 81 of file btVoronoiSimplexSolver.h.
References b, and m_barycentricCoords.
Referenced by closestPtPointTetrahedron(), reset(), and updateClosestVectorAndPoints().
| btScalar btSubSimplexClosestResult::m_barycentricCoords[4] |
Definition at line 63 of file btVoronoiSimplexSolver.h.
Referenced by closestPtPointTetrahedron(), isValid(), setBarycentricCoordinates(), and updateClosestVectorAndPoints().
| btVector3 btSubSimplexClosestResult::m_closestPointOnSimplex |
Definition at line 58 of file btVoronoiSimplexSolver.h.
Referenced by closestPtPointTetrahedron().
| bool btSubSimplexClosestResult::m_degenerate |
Definition at line 64 of file btVoronoiSimplexSolver.h.
Referenced by closestPtPointTetrahedron(), reset(), and updateClosestVectorAndPoints().
| btUsageBitfield btSubSimplexClosestResult::m_usedVertices |
Definition at line 62 of file btVoronoiSimplexSolver.h.
Referenced by closestPtPointTetrahedron(), reset(), and updateClosestVectorAndPoints().