#include <tango_client_api.h>
Public Attributes | |
double | orientation [4] |
double | translation [3] |
The TangoTransformation struct contains an orientation and translation that can be applied to transform a point.
Definition at line 338 of file tango_client_api.h.
double TangoTransformation::orientation[4] |
Orientation, as a quaternion, of the transformation of the target frame with reference to the base frame. Specified as (x,y,z,w) where RotationAngle is in radians:
Definition at line 348 of file tango_client_api.h.
double TangoTransformation::translation[3] |
Translation, ordered x, y, z, of the transformation of the target frame with reference to the base frame.
Definition at line 352 of file tango_client_api.h.