#include <ArTransform.h>
Public Member Functions | |
| ArTransform (ArPose pose1, ArPose pose2) | |
| ArTransform (ArPose pose) | |
| ArTransform () | |
| Constructor. | |
| ArPoseWithTime | doInvTransform (ArPoseWithTime source) |
| ArPose | doInvTransform (ArPose source) |
| void | doTransform (std::list< ArPoseWithTime * > *poseList) |
| Take a std::list of sensor readings and do the transform on it. | |
| void | doTransform (std::list< ArPose * > *poseList) |
| Take a std::list of sensor readings and do the transform on it. | |
| ArPoseWithTime | doTransform (ArPoseWithTime source) |
| ArPose | doTransform (ArPose source) |
| double | getTh () |
| Gets the transform angle value (degrees). | |
| void | setTransform (ArPose pose1, ArPose pose2) |
| Sets the transform so that pose1 will be transformed to pose2. | |
| void | setTransform (ArPose pose) |
| Sets the transform so points in this coord system transform to abs world coords. | |
| virtual | ~ArTransform () |
| Destructor. | |
Protected Attributes | |
| double | myCos |
| double | mySin |
| double | myTh |
| double | myX |
| double | myY |
| ArTransform::ArTransform | ( | ArPose | pose | ) | [inline] |
Constructor, Sets the transform so points in this coord system transform to abs world coords
Constructor, sets the transform so that pose1 will be transformed to pose2
| ArPoseWithTime ArTransform::doInvTransform | ( | ArPoseWithTime | source | ) | [inline] |
The source and result can be the same
| source | the parameter to transform |
The source and result can be the same
| source | the parameter to transform |
| ArPoseWithTime ArTransform::doTransform | ( | ArPoseWithTime | source | ) | [inline] |
| source | the parameter to transform |
| source | the parameter to transform |
Sets the transform so that pose1 will be transformed to pose2.
| pose1 | transform this into pose2 | |
| pose2 | transform pose1 into this |
| void ArTransform::setTransform | ( | ArPose | pose | ) |
Sets the transform so points in this coord system transform to abs world coords.
| pose | the coord system from which we transform to abs world coords |
1.4.7