A ball joint. More...
#include <BallJoint.hh>
Public Member Functions | |
| BallJoint () | |
| Constructor. | |
| virtual | ~BallJoint () |
| Destructor. | |
| virtual void | SetAxis (int, const math::Vector3 &) |
| Set the axis of rotation. | |
| virtual void | SetHighStop (int, math::Angle) |
| Set the high stop of an axis(index). | |
| virtual void | SetLowStop (int, math::Angle) |
| Set the low stop of an axis(index). | |
| virtual math::Angle | GetHighStop (int) |
| Get the high stop of an axis(index). | |
| virtual math::Angle | GetLowStop (int) |
| Get the low stop of an axis(index). | |
Protected Member Functions | |
| void | Load (sdf::ElementPtr &_sdf) |
| Load the joint. | |
A ball joint.
1.7.5.1