Blender V2.61 - r43446
|
#include "btVoronoiSimplexSolver.h"
Go to the source code of this file.
Defines | |
#define | VERTA 0 |
#define | VERTB 1 |
#define | VERTC 2 |
#define | VERTD 3 |
#define | CATCH_DEGENERATE_TETRAHEDRON 1 |
#define CATCH_DEGENERATE_TETRAHEDRON 1 |
Definition at line 34 of file btVoronoiSimplexSolver.cpp.
#define VERTA 0 |
Definition at line 29 of file btVoronoiSimplexSolver.cpp.
Referenced by btVoronoiSimplexSolver::closestPtPointTetrahedron().
#define VERTB 1 |
Definition at line 30 of file btVoronoiSimplexSolver.cpp.
Referenced by btVoronoiSimplexSolver::closestPtPointTetrahedron().
#define VERTC 2 |
Definition at line 31 of file btVoronoiSimplexSolver.cpp.
Referenced by btVoronoiSimplexSolver::closestPtPointTetrahedron().
#define VERTD 3 |
Definition at line 32 of file btVoronoiSimplexSolver.cpp.