Simbody
|
This is a Body that is constitutively massless (and inertialess); meaning that no amount of fiddling with it will ever give it any mass or inertia. More...
#include <Body.h>
Public Member Functions | |
Massless () | |
Massless & | addDecoration (const Transform &X_BD, const DecorativeGeometry &g) |
Add a piece of decorative geometry fixed at some location on this Body. | |
SimTK_PIMPL_DOWNCAST (Massless, Body) |
This is a Body that is constitutively massless (and inertialess); meaning that no amount of fiddling with it will ever give it any mass or inertia.
Massless& SimTK::Body::Massless::addDecoration | ( | const Transform & | X_BD, |
const DecorativeGeometry & | |||
) | [inline] |
Add a piece of decorative geometry fixed at some location on this Body.
This can be used for visualization of the Body's motion. Returns a reference to the Body so these can be chained like assignment operators.
Reimplemented from SimTK::Body.