Struct to hold transformation float matrix and its metadata. More...
#include <tango_support.h>
Public Attributes | |
| float | matrix [16] |
| Matrix in column major order. | |
| TangoPoseStatusType | status_code |
| The status of the pose, according to the pose lifecycle. | |
| double | timestamp |
| Timestamp of the time that this pose estimate corresponds to. | |
Struct to hold transformation float matrix and its metadata.
Definition at line 275 of file tango_support.h.
| float TangoSupport_MatrixTransformData::matrix[16] |
Matrix in column major order.
Definition at line 280 of file tango_support.h.
The status of the pose, according to the pose lifecycle.
Definition at line 283 of file tango_support.h.
Timestamp of the time that this pose estimate corresponds to.
Definition at line 277 of file tango_support.h.