|
Tissue Forge C++ 0.2.1
Interactive, particle-based physics, chemistry and biology modeling and simulation environment
|
#include "tf_platform.h"
Go to the source code of this file.
Classes | |
| struct | TissueForge::rigid |
Namespaces | |
| namespace | TissueForge |
| Include Python header, disable linking to pythonX_d.lib on Windows in debug mode. | |
Macros | |
| #define | rigid_maxparts 10 |
| #define | rigid_maxconstr (3*rigid_maxparts) |
| #define | rigid_maxiter 100 |
| #define | rigid_pshake_refine 4 |
| #define | rigid_pshake_maxalpha 0.1f |
Typedefs | |
| typedef struct TissueForge::rigid | TissueForge::rigid |
Functions | |
| HRESULT | TissueForge::rigid_eval_shake (struct rigid *r, int N, struct engine *e) |
| Evaluate (SHAKE) a list of rigid constraints. | |
| HRESULT | TissueForge::rigid_eval_pshake (struct rigid *r, int N, struct engine *e, int a_update) |
| Evaluate (P-SHAKE) a list of rigid constraints. | |