Box geometry. More...
#include <BoxShape.hh>

Public Member Functions | |
| BoxShape (CollisionPtr parent) | |
| Constructor. | |
| virtual | ~BoxShape () |
| Destructor. | |
| virtual void | Load (sdf::ElementPtr &_sdf) |
| Load the box. | |
| virtual void | Init () |
| Initialize the box. | |
| virtual void | SetSize (const math::Vector3 &size) |
| Set the size of the box. | |
| math::Vector3 | GetSize () const |
| Get the size of the box. | |
| void | FillShapeMsg (msgs::Geometry &_msg) |
| virtual void | ProcessMsg (const msgs::Geometry &_msg) |
Box geometry.
1.7.5.1