DART
6.7.3
|
#include <BodyNodeAspect.hpp>
Public Member Functions | |
BodyNodeAspectProperties (const std::string &name="BodyNode", const Inertia &_inertia=Inertia(), bool _isCollidable=true, double _frictionCoeff=DART_DEFAULT_FRICTION_COEFF, double _restitutionCoeff=DART_DEFAULT_RESTITUTION_COEFF, bool _gravityMode=true) | |
Constructor. More... | |
virtual | ~BodyNodeAspectProperties ()=default |
Public Attributes | |
std::string | mName |
Name of the Entity. More... | |
Inertia | mInertia |
Inertia information for the BodyNode. More... | |
bool | mIsCollidable |
Indicates whether this node is collidable;. More... | |
double | mFrictionCoeff |
Coefficient of friction. More... | |
double | mRestitutionCoeff |
Coefficient of restitution. More... | |
bool | mGravityMode |
Gravity will be applied if true. More... | |
dart::dynamics::detail::BodyNodeAspectProperties::BodyNodeAspectProperties | ( | const std::string & | name = "BodyNode" , |
const Inertia & | _inertia = Inertia() , |
||
bool | _isCollidable = true , |
||
double | _frictionCoeff = DART_DEFAULT_FRICTION_COEFF , |
||
double | _restitutionCoeff = DART_DEFAULT_RESTITUTION_COEFF , |
||
bool | _gravityMode = true |
||
) |
Constructor.
|
virtualdefault |
double dart::dynamics::detail::BodyNodeAspectProperties::mFrictionCoeff |
Coefficient of friction.
bool dart::dynamics::detail::BodyNodeAspectProperties::mGravityMode |
Gravity will be applied if true.
Inertia dart::dynamics::detail::BodyNodeAspectProperties::mInertia |
bool dart::dynamics::detail::BodyNodeAspectProperties::mIsCollidable |
Indicates whether this node is collidable;.
std::string dart::dynamics::detail::BodyNodeAspectProperties::mName |
Name of the Entity.
double dart::dynamics::detail::BodyNodeAspectProperties::mRestitutionCoeff |
Coefficient of restitution.