CSRotationSensor Class Reference

Inherits from CSSensor : NSObject
Declared in CSRotationSensor.h

Overview

Sensor that stores rotation data.

See also CMDeviceMotion.h for more information about the data is stored here.

JSON output value format

 {
     "x-axis": FLOAT;
     "y-axis": FLOAT;
     "z-axis": FLOAT;
 }