Rotation about an axis without bound. More...
#include <hpp/model/joint.hh>
Public Member Functions | |
UnBounded (const Transform3f &initialPosition) | |
UnBounded (const UnBounded &joint) | |
JointPtr_t | clone () const |
Return pointer to copy of this Clone body and therefore inner and outer objects (see Body::clone). | |
virtual void | computePosition (ConfigurationIn_t configuration, const Transform3f &parentPosition, Transform3f &position) const |
Compute position of joint. | |
virtual | ~UnBounded () |
Rotation about an axis without bound.
The configuration space of this joint is the unit circle, represented by such that
hpp::model::jointRotation::UnBounded::UnBounded | ( | const Transform3f & | initialPosition | ) |
hpp::model::jointRotation::UnBounded::UnBounded | ( | const UnBounded & | joint | ) |
virtual hpp::model::jointRotation::UnBounded::~UnBounded | ( | ) | [inline, virtual] |
JointPtr_t hpp::model::jointRotation::UnBounded::clone | ( | ) | const [virtual] |
Return pointer to copy of this Clone body and therefore inner and outer objects (see Body::clone).
Implements hpp::model::JointRotation.
virtual void hpp::model::jointRotation::UnBounded::computePosition | ( | ConfigurationIn_t | configuration, |
const Transform3f & | parentPosition, | ||
Transform3f & | position | ||
) | const [virtual] |
Compute position of joint.
configuration | the configuration of the robot, |
parentPosition | position of parent joint, |
position | position of this joint. |
Implements hpp::model::JointRotation.