Bullet Collision Detection & Physics Library
Classes | Typedefs | Enumerations
btConcaveShape.h File Reference
#include "btCollisionShape.h"
#include "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h"
#include "btTriangleCallback.h"
Include dependency graph for btConcaveShape.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

PHY_ScalarType enumerates possible scalar types.

See the btStridingMeshInterface or btHeightfieldTerrainShape for its use

Enumeration Type Documentation

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.