Blender V5.0
btPolyhedralConvexShape.cpp File Reference

Go to the source code of this file.

Macros

#define MIN(_a, _b)

Macro Definition Documentation

◆ MIN

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

Definition at line 383 of file btPolyhedralConvexShape.cpp.