#include <ArTransform.h>
Definition at line 34 of file 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 |
|
|
Constructor, Sets the transform so points in this coord system transform to abs world coords Definition at line 49 of file ArTransform.h. |
|
||||||||||||
|
Constructor, sets the transform so that pose1 will be transformed to pose2 Definition at line 55 of file ArTransform.h. |
|
|
The source and result can be the same
Definition at line 117 of file ArTransform.h. |
|
|
The source and result can be the same
Definition at line 99 of file ArTransform.h. |
|
|
Definition at line 82 of file ArTransform.h. |
|
|
Definition at line 68 of file ArTransform.h. |
|
||||||||||||
|
Sets the transform so that pose1 will be transformed to pose2.
Definition at line 72 of file ArTransform.cpp. |
|
|
Sets the transform so points in this coord system transform to abs world coords.
Definition at line 59 of file ArTransform.cpp. |
1.4.0