Bullet Collision Detection & Physics Library
|
#include "BulletCollision/CollisionShapes/btPolyhedralConvexShape.h"
#include "btConvexPolyhedron.h"
#include "LinearMath/btConvexHullComputer.h"
#include <new>
#include "LinearMath/btGeometryUtil.h"
#include "LinearMath/btGrahamScan2dConvexHull.h"
Go to the source code of this file.
Macros | |
#define | BT_USE_SSE_IN_API |
#define | MIN(_a, _b) ((_a) < (_b) ? (_a) : (_b)) |
#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 321 of file btPolyhedralConvexShape.cpp.