Mech-Eye API 2.5.1
API reference documentation for Mech-Eye 3D Laser Profiler
|
This struct defines rigid body transformations, including rotation matrix and translation vector. More...
#include <MechEyeDataType.h>
Data Fields | |
double | rotation [3][3] = {{1, 0, 0}, {0, 1, 0}, {0, 0, 1}} |
3*3 rotation matrix. | |
double | translation [3] = {0, 0, 0} |
3*1 translation vector in [x(mm), y(mm), z(mm)]. | |
This struct defines rigid body transformations, including rotation matrix and translation vector.
double rotation[3][3] = {{1, 0, 0}, {0, 1, 0}, {0, 0, 1}} |
3*3 rotation matrix.
double translation[3] = {0, 0, 0} |
3*1 translation vector in [x(mm), y(mm), z(mm)].