#include <config.hpp>
|
static random_engine_t & | globalRand () |
| access to the static global random engine.This pseudo - random generator is* used in random 3D vector generation .* This method can be used by the user to change* the default seed** @ return reference to the engine. More...
|
|
Definition at line 6 of file config.hpp.
◆ random_engine_t
◆ globalRand()
access to the static global random engine.This pseudo - random generator is* used in random 3D vector generation .* This method can be used by the user to change* the default seed** @ return reference to the engine.
Definition at line 30 of file config.hpp.
◆ DEFAULT_CELL_DAMP_RATIO
constexpr double MecaCell::Config::DEFAULT_CELL_DAMP_RATIO = 1.0 |
|
staticconstexpr |
◆ DEFAULT_CELL_MASS
constexpr double MecaCell::Config::DEFAULT_CELL_MASS = 0.04 |
|
staticconstexpr |
◆ DEFAULT_CELL_POISSONCOEF
constexpr double MecaCell::Config::DEFAULT_CELL_POISSONCOEF = 0.3 |
|
staticconstexpr |
◆ DEFAULT_CELL_RADIUS
constexpr double MecaCell::Config::DEFAULT_CELL_RADIUS = 40 |
|
staticconstexpr |
◆ DEFAULT_CELL_STIFFNESS
constexpr double MecaCell::Config::DEFAULT_CELL_STIFFNESS = 4.0 |
|
staticconstexpr |
◆ DEFAULT_CELL_YOUNGMOD
constexpr double MecaCell::Config::DEFAULT_CELL_YOUNGMOD = 1.0 |
|
staticconstexpr |
◆ DOUBLE_EPSILON
constexpr double MecaCell::Config::DOUBLE_EPSILON = 1e-20 |
|
staticconstexpr |
max distance for two doubles to be considered equals (only used for some geometric operations)
Definition at line 22 of file config.hpp.
The documentation for this struct was generated from the following file: