Mech-Eye API 2.5.1
API reference documentation for Mech-Eye 3D Laser Profiler
Loading...
Searching...
No Matches
Data Fields
Pose Struct Reference

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)].
 

Detailed Description

This struct defines rigid body transformations, including rotation matrix and translation vector.

Field Documentation

◆ rotation

double rotation[3][3] = {{1, 0, 0}, {0, 1, 0}, {0, 0, 1}}

3*3 rotation matrix.

◆ translation

double translation[3] = {0, 0, 0}

3*1 translation vector in [x(mm), y(mm), z(mm)].


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