Defines

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.

Defines

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

Define Documentation

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

Definition at line 318 of file btPolyhedralConvexShape.cpp.