Bullet Collision Detection & Physics Library
btSoftBody.cpp File Reference
Include dependency graph for btSoftBody.cpp:

Go to the source code of this file.

Classes

struct  NodeLinks
 

Macros

#define IDX(_x_, _y_)
 
#define NEXTRAND   (seed=(1664525L*seed+1013904223L)&0xffffffff)
 
#define PTR2IDX(_p_, _b_)
 
#define IDX2PTR(_p_, _b_)
 

Macro Definition Documentation

◆ IDX

#define IDX ( _x_,
_y_ )
Value:
((_y_)*n+(_x_))

◆ IDX2PTR

#define IDX2PTR ( _p_,
_b_ )
Value:
map?(&(_b_)[map[(((char*)_p_)-(char*)0)]]): \
(&(_b_)[(((char*)_p_)-(char*)0)])

◆ NEXTRAND

#define NEXTRAND   (seed=(1664525L*seed+1013904223L)&0xffffffff)

◆ PTR2IDX

#define PTR2IDX ( _p_,
_b_ )
Value:
reinterpret_cast<btSoftBody::Node*>((_p_)-(_b_))