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 69 of file btSparseSDF.h.

Member Data Documentation

◆ c

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

Definition at line 72 of file btSparseSDF.h.

◆ d

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

Definition at line 71 of file btSparseSDF.h.

◆ hash

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

Definition at line 74 of file btSparseSDF.h.

◆ next

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

Definition at line 76 of file btSparseSDF.h.

◆ pclient

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

Definition at line 75 of file btSparseSDF.h.

◆ puid

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

Definition at line 73 of file btSparseSDF.h.


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