added code from fusion2016
This commit is contained in:
11
code/frank/OrientationObservation.h
Normal file
11
code/frank/OrientationObservation.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef ORIENTATIONOBSERVATION_H
|
||||
#define ORIENTATIONOBSERVATION_H
|
||||
|
||||
/** android device orientation */
|
||||
struct OrientationObservation {
|
||||
|
||||
float values[3];
|
||||
|
||||
};
|
||||
|
||||
#endif // ORIENTATIONOBSERVATION_H
|
||||
Reference in New Issue
Block a user