Base configuration for initializing shapes. More...
#include <ShapeConf.hpp>
Public Attributes | |
| NonNegative< Real > | friction = NonNegative<Real>{Real{2} / Real{10}} |
| Friction coefficient. More... | |
| Finite< Real > | restitution = Finite<Real>{0} |
| Restitution (elasticity) of the associated shape. More... | |
| NonNegative< AreaDensity > | density = NonNegative<AreaDensity>{0_kgpm2} |
| Area density of the associated shape. More... | |
Base configuration for initializing shapes.
| NonNegative<AreaDensity> playrho::d2::BaseShapeConf::density = NonNegative<AreaDensity>{0_kgpm2} |
Area density of the associated shape.
Referenced by playrho::d2::ChainShapeConf::GetMassData().
| NonNegative<Real> playrho::d2::BaseShapeConf::friction = NonNegative<Real>{Real{2} / Real{10}} |
Friction coefficient.
Restitution (elasticity) of the associated shape.