Bullet Collision Detection & Physics Library
btMultiSphereShape.cpp File Reference
Include dependency graph for btMultiSphereShape.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 17 of file btMultiSphereShape.cpp.

◆ MIN

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

Definition at line 43 of file btMultiSphereShape.cpp.