Bullet Collision Detection & Physics Library
Macros
btPolyhedralConvexShape.cpp File Reference
#include "BulletCollision/CollisionShapes/btPolyhedralConvexShape.h"
#include "btConvexPolyhedron.h"
#include "LinearMath/btConvexHullComputer.h"
#include <new>
#include "LinearMath/btGeometryUtil.h"
#include "LinearMath/btGrahamScan2dConvexHull.h"
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)   ((_a) < (_b) ? (_a) : (_b))
 

Macro Definition Documentation

#define BT_USE_SSE_IN_API

Definition at line 16 of file btPolyhedralConvexShape.cpp.

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

Definition at line 398 of file btPolyhedralConvexShape.cpp.