Bullet Collision Detection & Physics Library
btPolyhedralConvexShape.cpp File Reference
Include dependency graph for btPolyhedralConvexShape.cpp:

Go to the source code of this file.

Macros

#define BT_USE_SSE_IN_API
 
#define MIN(_a, _b)
 

Macro Definition Documentation

◆ BT_USE_SSE_IN_API

#define BT_USE_SSE_IN_API

Definition at line 16 of file btPolyhedralConvexShape.cpp.

◆ MIN

#define MIN ( _a,
_b )
Value:
((_a) < (_b) ? (_a) : (_b))

Definition at line 383 of file btPolyhedralConvexShape.cpp.