Public Attributes
TangoTransformation Struct Reference

#include <tango_client_api.h>

List of all members.

Public Attributes

double orientation [4]
double translation [3]

Detailed Description

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.


Member Data Documentation

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:

   x = RotationAxis.x * sin(RotationAngle / 2)
   y = RotationAxis.y * sin(RotationAngle / 2)
   z = RotationAxis.z * sin(RotationAngle / 2)
   w = cos(RotationAngle / 2)

Definition at line 348 of file tango_client_api.h.

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.


The documentation for this struct was generated from the following file:


tango_client_api
Author(s):
autogenerated on Thu Jun 6 2019 19:49:50