Specialization of swri_transform_util::TransformImpl that represents the identity transform. More...
#include <transform.h>

Public Member Functions | |
| IdentityTransform () | |
| Construct an identity transform. | |
| virtual TransformImplPtr | Inverse () const |
| virtual void | Transform (const tf::Vector3 &v_in, tf::Vector3 &v_out) const |
| Apply the identity tranform to a 3D vector(sets v_out=v_in) | |
Specialization of swri_transform_util::TransformImpl that represents the identity transform.
Definition at line 225 of file transform.h.
Construct an identity transform.
Definition at line 231 of file transform.h.
| virtual TransformImplPtr swri_transform_util::IdentityTransform::Inverse | ( | ) | const [virtual] |
Implements swri_transform_util::TransformImpl.
| virtual void swri_transform_util::IdentityTransform::Transform | ( | const tf::Vector3 & | v_in, |
| tf::Vector3 & | v_out | ||
| ) | const [virtual] |
Apply the identity tranform to a 3D vector(sets v_out=v_in)
| [in] | v_in | Input vector |
| [out] | v_out | Ouput vector |
Implements swri_transform_util::TransformImpl.