#include <RigidBodyTransform.h>
Implementation of a Pose2 rigid body transform
Definition at line 36 of file RigidBodyTransform.h.
◆ RigidBodyTransform() [1/2]
RigidBodyTransform::RigidBodyTransform |
( |
const karto::Pose2 & |
rPose | ) |
|
◆ RigidBodyTransform() [2/2]
Transformation from the first pose to the second pose
- Parameters
-
rPose1 | first pose |
rPose2 | second pose |
Definition at line 32 of file RigidBodyTransform.cpp.
◆ InverseTransformPose()
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.
◆ SetTransform()
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.
◆ TransformPose()
Transforms the pose according to this transform
- Parameters
-
rSourcePose | pose to transform from |
- Returns
- transformed pose
Definition at line 58 of file RigidBodyTransform.cpp.
◆ m_InvTransform
◆ m_Transform
The documentation for this class was generated from the following files: