Bullet Collision Detection & Physics Library
|
#include "btConvexShape.h"
#include "btTriangleShape.h"
#include "btSphereShape.h"
#include "btCylinderShape.h"
#include "btConeShape.h"
#include "btCapsuleShape.h"
#include "btConvexHullShape.h"
#include "btConvexPointCloudShape.h"
Go to the source code of this file.
Macros | |
#define | BT_USE_SSE_IN_API |
Functions | |
static btVector3 | convexHullSupport (const btVector3 &localDirOrg, const btVector3 *points, int numPoints, const btVector3 &localScaling) |
#define BT_USE_SSE_IN_API |
Definition at line 17 of file btConvexShape.cpp.