Table of Contents

Class AccelerometerResult

Namespace
easyar

Beschleunigungssensor-Messwerte. Die positive x-Achse zeigt vom Gerätemittelpunkt zur rechten Bildschirmseite. Die positive y-Achse zeigt vom Gerätemittelpunkt zur oberen Bildschirmseite. Die positive z-Achse zeigt vom Gerätemittelpunkt senkrecht zum Bildschirm nach außen. x, y, z werden in m/s^2 angegeben. timestamp wird in Sekunden angegeben.

Record AccelerometerResult
AccelerometerResult

Eigenschaften

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

timestamp

double timestamp
double timestamp
public double timestamp
public Double timestamp
@property (nonatomic) double timestamp
public var timestamp: Double
public double timestamp