Structural deformable models
Classes | Macros
PartParam.h File Reference
#include <iostream>
Include dependency graph for PartParam.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ParticleParam
 

Macros

#define PART_SPRINGCONST   50.0f
 
#define PART_DAMPING   5.0f
 
#define PART_MASS   1.0f
 
#define PART_GRAV   0.0f
 
#define PART_VISCOUS   2.0f
 
#define PART_IMGFORCE   70.0f
 
#define PART_TORQUE   100.0f
 

Macro Definition Documentation

#define PART_DAMPING   5.0f

Definition at line 8 of file PartParam.h.

Referenced by ParticleParam::ParticleParam().

#define PART_GRAV   0.0f

Definition at line 10 of file PartParam.h.

Referenced by ParticleParam::ParticleParam().

#define PART_IMGFORCE   70.0f

Definition at line 12 of file PartParam.h.

Referenced by ParticleParam::ParticleParam().

#define PART_MASS   1.0f

Definition at line 9 of file PartParam.h.

Referenced by ParticleParam::ParticleParam().

#define PART_SPRINGCONST   50.0f

Definition at line 7 of file PartParam.h.

Referenced by ParticleParam::ParticleParam().

#define PART_TORQUE   100.0f

Definition at line 13 of file PartParam.h.

Referenced by ParticleParam::ParticleParam().

#define PART_VISCOUS   2.0f

Definition at line 11 of file PartParam.h.

Referenced by ParticleParam::ParticleParam().