Bullet Collision Detection & Physics Library
Public Attributes | List of all members
btSparseSdf< CELLSIZE >::Cell Struct Reference

#include <btSparseSDF.h>

Collaboration diagram for btSparseSdf< CELLSIZE >::Cell:
Collaboration graph
[legend]

Public Attributes

btScalar d [CELLSIZE+1][CELLSIZE+1][CELLSIZE+1]
 
int c [3]
 
int puid
 
unsigned hash
 
const btCollisionShapepclient
 
Cellnext
 

Detailed Description

template<const int CELLSIZE>
struct btSparseSdf< CELLSIZE >::Cell

Definition at line 55 of file btSparseSDF.h.

Member Data Documentation

template<const int CELLSIZE>
int btSparseSdf< CELLSIZE >::Cell::c[3]

Definition at line 58 of file btSparseSDF.h.

template<const int CELLSIZE>
btScalar btSparseSdf< CELLSIZE >::Cell::d[CELLSIZE+1][CELLSIZE+1][CELLSIZE+1]

Definition at line 57 of file btSparseSDF.h.

template<const int CELLSIZE>
unsigned btSparseSdf< CELLSIZE >::Cell::hash

Definition at line 60 of file btSparseSDF.h.

template<const int CELLSIZE>
Cell* btSparseSdf< CELLSIZE >::Cell::next

Definition at line 62 of file btSparseSDF.h.

template<const int CELLSIZE>
const btCollisionShape* btSparseSdf< CELLSIZE >::Cell::pclient

Definition at line 61 of file btSparseSDF.h.

template<const int CELLSIZE>
int btSparseSdf< CELLSIZE >::Cell::puid

Definition at line 59 of file btSparseSDF.h.


The documentation for this struct was generated from the following file: