#include <RigidBodyTransform.h>
Implementation of a Pose2 rigid body transform
Definition at line 36 of file RigidBodyTransform.h.
RigidBodyTransform::RigidBodyTransform |
( |
const karto::Pose2 & |
rPose | ) |
|
Transformation from the first pose to the second pose
- Parameters
-
rPose1 | first pose |
rPose2 | second pose |
Definition at line 32 of file RigidBodyTransform.cpp.
Inverse transformation of the pose according to this transform
- Parameters
-
rSourcePose | pose to transform from |
- Returns
- transformed pose
Definition at line 68 of file RigidBodyTransform.cpp.
Sets this to be the transformation from the first pose to the second pose
- Parameters
-
rPose1 | first pose |
rPose2 | second pose |
Definition at line 37 of file RigidBodyTransform.cpp.
Transforms the pose according to this transform
- Parameters
-
rSourcePose | pose to transform from |
- Returns
- transformed pose
Definition at line 58 of file RigidBodyTransform.cpp.
The documentation for this class was generated from the following files: