#include <HelmertTransform.hpp>
Collaboration diagram for HelmertTransform::Transform:

This struct is created by the buildTransform method of the HelmertTransform class. To create a new Transform, pass a TransformParameters struct and two ReferenceFrame objects to the defineTransform method.
Definition at line 249 of file HelmertTransform.hpp.
Public Attributes | |
| TransformParameters | params |
| The Transform parameters, for reference. | |
| Matrix< double > | rotation |
| The skew symmetric Rotation matrix. | |
| Matrix< double > | inverseRotation |
| The inverse of the Rotation matrix. | |
| Vector< double > | translation |
| The translation vector applied to position transforms. | |
|
|
The inverse of the Rotation matrix.
Definition at line 254 of file HelmertTransform.hpp. Referenced by HelmertTransform::buildTransform(). |
|
|
The Transform parameters, for reference.
Definition at line 251 of file HelmertTransform.hpp. Referenced by HelmertTransform::buildTransform(). |
|
|
The skew symmetric Rotation matrix.
Definition at line 253 of file HelmertTransform.hpp. Referenced by HelmertTransform::buildTransform(). |
|
|
The translation vector applied to position transforms.
Definition at line 255 of file HelmertTransform.hpp. Referenced by HelmertTransform::buildTransform(). |
1.3.9.1