Table of Contents

Class GyroscopeResult

Namespace
easyar

Gyroscope readings. The positive x-axis points from the device center to the right side of the screen. The positive y-axis points from the device center to the upper side of the screen. The positive z-axis points outward from the device center perpendicular to the screen. x, y, and z represent angular velocity around the corresponding axes, in radians/second. When looking at the device from somewhere on the positive direction of a coordinate axis, counterclockwise is the positive rotation direction. timestamp is in seconds.

Record GyroscopeResult
GyroscopeResult

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

timestamp

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