|
libfreenect2 0.4
Open source driver for the Kinect for Windows v2 (K4W2) sensor
|
Rigid transform with row-major rotation and translation in meters. More...
#include <libfreenect2/calibration_profile.h>
Public Member Functions | |
| RigidTransform () | |
| bool | isValid (std::string *error=nullptr) const |
Public Attributes | |
| std::array< double, 9 > | rotation |
| std::array< double, 3 > | translation_m |
Rigid transform with row-major rotation and translation in meters.
| RigidTransform | ( | ) |
| bool isValid | ( | std::string * | error = nullptr | ) | const |
| std::array<double, 9> rotation |
| std::array<double, 3> translation_m |