The Tango3DR_Matrix3x3 struct contains a single 3x3 matrix. More...
#include <tango_3d_reconstruction_api.h>
Public Attributes | |
double | data [9] |
The Tango3DR_Matrix3x3 struct contains a single 3x3 matrix.
Definition at line 212 of file tango_3d_reconstruction_api.h.
double Tango3DR_Matrix3x3::data[9] |
Matrix values stored in column-major order (r00, r10, r20, r01, r11, r21, r02, r12, r22).
Definition at line 215 of file tango_3d_reconstruction_api.h.