Blender V5.0
btSparseSdf< CELLSIZE >::Cell Struct Reference

#include <btSparseSDF.h>

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]

◆ d

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

◆ hash

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

Definition at line 74 of file btSparseSDF.h.

Referenced by btSparseSdf< CELLSIZE >::Evaluate().

◆ next

◆ pclient

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

◆ puid

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

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