Blender V2.61 - r43446
|
#include "LinearMath/btHashMap.h"
#include "LinearMath/btSerializer.h"
Go to the source code of this file.
Classes | |
struct | btTriangleInfo |
struct | btTriangleInfoMap |
The btTriangleInfoMap stores edge angle information for some triangles. You can compute this information yourself or using btGenerateInternalEdgeInfo. More... | |
struct | btTriangleInfoData |
struct | btTriangleInfoMapData |
Defines | |
#define | TRI_INFO_V0V1_CONVEX 1 |
for btTriangleInfo m_flags | |
#define | TRI_INFO_V1V2_CONVEX 2 |
#define | TRI_INFO_V2V0_CONVEX 4 |
#define | TRI_INFO_V0V1_SWAP_NORMALB 8 |
#define | TRI_INFO_V1V2_SWAP_NORMALB 16 |
#define | TRI_INFO_V2V0_SWAP_NORMALB 32 |
Typedefs | |
typedef btHashMap< btHashInt, btTriangleInfo > | btInternalTriangleInfoMap |
#define TRI_INFO_V0V1_CONVEX 1 |
for btTriangleInfo m_flags
Definition at line 25 of file btTriangleInfoMap.h.
Referenced by btAdjustInternalEdgeContacts(), and btConnectivityProcessor::processTriangle().
#define TRI_INFO_V0V1_SWAP_NORMALB 8 |
Definition at line 29 of file btTriangleInfoMap.h.
Referenced by btAdjustInternalEdgeContacts(), and btConnectivityProcessor::processTriangle().
#define TRI_INFO_V1V2_CONVEX 2 |
Definition at line 26 of file btTriangleInfoMap.h.
Referenced by btAdjustInternalEdgeContacts(), and btConnectivityProcessor::processTriangle().
#define TRI_INFO_V1V2_SWAP_NORMALB 16 |
Definition at line 30 of file btTriangleInfoMap.h.
Referenced by btAdjustInternalEdgeContacts(), and btConnectivityProcessor::processTriangle().
#define TRI_INFO_V2V0_CONVEX 4 |
Definition at line 27 of file btTriangleInfoMap.h.
Referenced by btAdjustInternalEdgeContacts(), and btConnectivityProcessor::processTriangle().
#define TRI_INFO_V2V0_SWAP_NORMALB 32 |
Definition at line 31 of file btTriangleInfoMap.h.
Referenced by btAdjustInternalEdgeContacts(), and btConnectivityProcessor::processTriangle().
Definition at line 54 of file btTriangleInfoMap.h.