Bullet Collision Detection & Physics Library
|
#include <btSparseSDF.h>
Public Attributes | |
btScalar | d [CELLSIZE+1][CELLSIZE+1][CELLSIZE+1] |
int | c [3] |
int | puid |
unsigned | hash |
const btCollisionShape * | pclient |
Cell * | next |
Definition at line 55 of file btSparseSDF.h.
int btSparseSdf< CELLSIZE >::Cell::c[3] |
Definition at line 58 of file btSparseSDF.h.
btScalar btSparseSdf< CELLSIZE >::Cell::d[CELLSIZE+1][CELLSIZE+1][CELLSIZE+1] |
Definition at line 57 of file btSparseSDF.h.
unsigned btSparseSdf< CELLSIZE >::Cell::hash |
Definition at line 60 of file btSparseSDF.h.
Cell* btSparseSdf< CELLSIZE >::Cell::next |
Definition at line 62 of file btSparseSDF.h.
const btCollisionShape* btSparseSdf< CELLSIZE >::Cell::pclient |
Definition at line 61 of file btSparseSDF.h.
int btSparseSdf< CELLSIZE >::Cell::puid |
Definition at line 59 of file btSparseSDF.h.