PPL API Reference |
|
---|
Instructions for drawing a pmpl Path in the Simulator. More...
Public Member Functions | |
Construction | |
DrawablePath (const std::vector< Cfg > &_cfgs, glutils::color _color) | |
virtual | ~DrawablePath () |
drawable_display_list Overrides | |
Paths cannot be selected/highlighted. | |
virtual void | build () override |
virtual void | build_select () override |
Instructions for drawing a pmpl Path in the Simulator.
DrawablePath::DrawablePath | ( | const std::vector< Cfg > & | _cfgs, |
glutils::color | _color | ||
) |
Construct a drawable representation of a PMPL multibody.
_cfgs | The path Cfgs. |
_color | The drawing color. |