Class AccelerometerResult
- Namespace
- easyar
Accelerometer readings. The positive direction of the x-axis points from the center of the device to the right of the screen. The positive direction of the y-axis points from the center of the device to the top of the screen. The positive direction of the z-axis points vertically outward from the center of the device perpendicular to the screen. The units of x, y, z are m/s^2. The timestamp is in seconds.
Record AccelerometerResult
AccelerometerResult
Properties
x
float x
float x
public float x
public Float x
@property (nonatomic) float x
public var x: Float
public float x
y
float y
float y
public float y
public Float y
@property (nonatomic) float y
public var y: Float
public float y
z
float z
float z
public float z
public Float z
@property (nonatomic) float z
public var z: Float
public float z