Table of Contents

Class GyroscopeResult

Namespace
easyar

Gyroscope readings. The positive direction of the x-axis points from the center of the device to the right part of the screen. The positive direction of the y-axis points from the center of the device to the upper part of the screen. The positive direction of the z-axis points vertically outward from the center of the device to the screen. x, y, z represent the angular velocity of rotation around the corresponding axes, in radians per second. The counterclockwise direction when looking at the device from somewhere in the positive direction of the coordinate axis is the positive direction of rotation. The timestamp unit is 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