#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 |
|
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 |
|
The source and result can be the same
|
|
The source and result can be the same
|
|
|
|
|
|
Sets the transform so that pose1 will be transformed to pose2.
|
|
Sets the transform so points in this coord system transform to abs world coords.
|