RobotKit API
|
A structure to represent accelerometer values. More...
#include <RKAccelerometerData.h>
Public Attributes | |
float | x |
float | y |
float | z |
Structure used to represent acceleration values normalized to 1 g.
float RKAcceleration::x |
The x axis acceleration value.
float RKAcceleration::y |
The y axis acceleration value.
float RKAcceleration::z |
The z azis acceleration value.