1 #ifndef NUITRACK_ORIENTATION_H_
2 #define NUITRACK_ORIENTATION_H_
float matrix[9]
Flattened 3x3 rotation matrix.
Definition: Orientation.h:33
Orientation()
Constructs an orientation with the zero matrix.
Definition: Orientation.h:17
Stores the spatial orientation as a 3x3 rotation matrix.
Definition: Orientation.h:12