Blender V2.61 - r43446
Classes | Defines | Typedefs

btTriangleInfoMap.h File Reference

#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 Documentation

#define TRI_INFO_V0V1_CONVEX   1
#define TRI_INFO_V0V1_SWAP_NORMALB   8
#define TRI_INFO_V1V2_CONVEX   2
#define TRI_INFO_V1V2_SWAP_NORMALB   16
#define TRI_INFO_V2V0_CONVEX   4
#define TRI_INFO_V2V0_SWAP_NORMALB   32

Typedef Documentation

Definition at line 54 of file btTriangleInfoMap.h.