| Bullet Collision Detection & Physics Library
    | 
#include "btCollisionShape.h"#include "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h"#include "btTriangleCallback.h"

Go to the source code of this file.
| Classes | |
| class | btConcaveShape | 
| The btConcaveShape class provides an interface for non-moving (static) concave shapes.  More... | |
| Typedefs | |
| typedef enum PHY_ScalarType | PHY_ScalarType | 
| PHY_ScalarType enumerates possible scalar types.  More... | |
| Enumerations | |
| enum | PHY_ScalarType { PHY_FLOAT, PHY_DOUBLE, PHY_INTEGER, PHY_SHORT, PHY_FIXEDPOINT88, PHY_UCHAR } | 
| PHY_ScalarType enumerates possible scalar types.  More... | |
| typedef enum PHY_ScalarType PHY_ScalarType | 
PHY_ScalarType enumerates possible scalar types.
See the btStridingMeshInterface or btHeightfieldTerrainShape for its use
| enum PHY_ScalarType | 
PHY_ScalarType enumerates possible scalar types.
See the btStridingMeshInterface or btHeightfieldTerrainShape for its use
| Enumerator | |
|---|---|
| PHY_FLOAT | |
| PHY_DOUBLE | |
| PHY_INTEGER | |
| PHY_SHORT | |
| PHY_FIXEDPOINT88 | |
| PHY_UCHAR | |
Definition at line 25 of file btConcaveShape.h.
 1.8.12
 1.8.12